{{-- section --}}
{{-- submenu --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- topRow --}}
{{-- newButon --}}
{{-- search --}}
{{-- fileType --}}
{{-- totalCount --}}

{{ $opponents->total() }}

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- row --}}
{{-- loop - opponents --}} @foreach ($opponents ?? [] as $opponent)
{{-- 1: filesCount --}}
{{ $opponent->numberOfFiles() }}
{{ __('Files') }}
{{-- 2: imageFile --}}
{{-- 3: casesCount --}}
{{ $opponent?->cases?->count() ?? 0 }}
{{ __('Cases') }}
{{-- 4: name --}}
{{$opponent?->{__('name')} }}
{{-- --------------------------- --}} {{-- --------------------------- --}} {{-- email --}}

{{__('Email')}}

{{-- phone --}}

{{__('Phone')}}

{{-- --------------------------- --}} {{-- --------------------------- --}} {{-- actions --}}
{{-- details --}} {{__('Details')}} {{-- cases --}} {{__('Cases')}} {{-- 3: remove --}}
{{-- endCol --}}
@endforeach {{-- end loop --}}
{{-- end container --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') {{-- 1: create --}} @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- endSection --}}