{{-- section --}}
{{-- submenu --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- topRow --}}
{{-- newButton --}}
{{-- fileNumber --}}
{{-- caseNumber --}}
{{-- reportType --}}
{{-- reportDate --}}
{{-- totalCount --}}

{{ $reports->total() }}

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- content --}}
{{-- loop - reports --}} @foreach ($reports ?? [] as $report) @endforeach {{-- end loop --}} {{-- ---------------------------------- --}} {{-- ---------------------------------- --}} {{-- paginateLinks --}}
{{ $reports->links() }}
{{-- end container --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') {{-- 1: createReport--}} {{-- ----------------------------- --}} {{-- ----------------------------- --}} {{-- 2: editReport --}} @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- end section --}}