{{-- serachBar --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- 1: JudicialSection --}}
{{-- search --}} {{-- subheading --}}
{{__('Judicial Section')}}
{{-- ---------------------------------------------------------------- --}} {{-- ---------------------------------------------------------------- --}} {{-- caseTypes --}}
{{-- loop - caseTypes --}} @foreach ($judicialCaseTypes ?? [] as $judicialCaseType)
{{-- name --}}
{{ $judicialCaseType?->{__('name')} }}
{{-- cases --}}

{{ $judicialCaseType?->cases?->count() ?? 0 }}

{{-- viewButton --}}
@endforeach {{-- end loop --}}
{{-- end swiper --}} {{-- -------------------------------- --}} {{-- -------------------------------- --}} {{-- swiperPaginatino --}}
{{-- end column --}}
{{-- end row --}} {{-- ------------------------------------------------------- --}} {{-- ------------------------------------------------------- --}} {{-- ------------------------------------------------------- --}} {{-- ------------------------------------------------------- --}} {{-- 2: ProceduralSection --}}
{{-- search --}} {{-- subheading --}}
{{__('Procedural Section')}}
{{-- ---------------------------------------------------------------- --}} {{-- ---------------------------------------------------------------- --}} {{-- caseTypes --}}
{{-- loop - caseTypes --}} @foreach ($proceduralCaseTypes ?? [] as $proceduralCaseType)
{{-- name --}}
{{ $proceduralCaseType?->{__('name')} }}
{{-- cases --}}

{{ $proceduralCaseType?->cases?->count() ?? 0 }}

{{-- viewType --}}
@endforeach {{-- end loop --}}
{{-- end swiper --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- swiperPagination --}}
{{-- end row --}}
{{-- end section --}}