@extends('blog::_layouts.master') @section('title', __('messages.global.lost_animals')) @section('content') {{-- Header --}}

{{ __('messages.global.lost_and_found_animals') }}

{{-- Starting gradient --}} @include('landing::_layouts/_partials/gradient-start', ['fill' => '#f7fafc']) {{-- Filters --}} @if (auth('user')->check() && auth('user')->user()->hasVerifiedEmail()) @include('reports::/_includes/filters') @else
@endif {{-- Latest reports --}}
@each('reports::_partials/report', $reports, 'report')
{{ $reports->links('pagination::default') }}
{{-- Ending gradient --}} @include('landing::_layouts/_partials/gradient-end', ['fill' => '#f7fafc']) @endsection @section('js') @endsection