{{-- section --}}
{{-- submenu --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- topRow --}}
{{-- newButton --}}
{{-- fileNumber --}}
{{-- caseNumber --}}
{{-- hearingType --}}
{{-- hearingDate --}}
{{-- totalCount --}}

{{ $hearings->total() }}

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- content --}}
{{-- loop - hearings --}} @foreach ($hearings ?? [] as $hearing) @endforeach {{-- end loop --}} {{-- ---------------------------------- --}} {{-- ---------------------------------- --}} {{-- paginateLinks --}}
{{ $hearings->links() }}
{{-- end container --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') {{-- 1: createHearing --}} {{-- ----------------------------- --}} {{-- ----------------------------- --}} @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- end section --}}