{{-- wrapper --}}
{{-- 1: searchRow --}}
{{-- newButton --}}
{{-- empty - importFile --}}
{{-- ------------------------------- --}} {{-- ------------------------------- --}} {{-- counter --}}

{{ $executionFiles?->total() }}

{{-- empty --}}
{{-- ------------------------------------------ --}} {{-- ------------------------------------------ --}} {{-- search --}}
{{-- users --}}
{{-- client --}}
{{-- bank --}}
{{-- court --}}
{{-- defendant --}}
{{-- endRow --}} {{-- ------------------------------------------------ --}} {{-- ------------------------------------------------ --}} {{-- contentRow --}}
{{-- loop - executionFiles --}} @foreach ($executionFiles ?? [] as $executionFile)
{{-- wrapper --}}
{{-- 1: client --}}

{{ $executionFile?->client?->{__('name')} }}

{{-- 1.2: court --}}

{{ __('Court') }}: {{ $executionFile?->court?->{__('name')} }}

{{-- 1.3: defendant --}}

{{ __('Defendant') }}: {{ $executionFile?->defendant?->{__('name')} }}

{{-- endRow --}} {{-- ---------------------------------------------- --}} {{-- ---------------------------------------------- --}} {{-- wrapper --}}
{{-- 1: serials --}}
{{-- 1.1: executionDate --}}

{{ date('d / m / Y', strtotime($executionFile->executionDate)) }}

{{-- 1.2: client - executionNumber --}}

{{ $executionFile?->chequeNumber }} / {{ $executionFile?->executionNumber }}

{{-- ------------------------------ --}} {{-- ------------------------------ --}} {{-- 2: chequeAmount --}}
{{-- subtitle --}}

{{__('Amount')}}

{{-- amount --}} {{ number_format($executionFile?->chequeActualAmount, 1) }}({{__('AED')}})
{{-- endWrapper --}} {{-- --------------------------------- --}} {{-- --------------------------------- --}} {{-- wrapper --}}
{{-- operation --}} {{-- information --}}
{{-- --------------------------------- --}} {{-- --------------------------------- --}} {{-- actionsWrap --}}
{{-- 1: view --}} {{__('View')}} {{-- 2: operation --}} {{__('Operation')}} {{-- 3: tasks --}} {{__('Tasks')}} {{-- 4: documents --}} {{__('Docs')}} {{-- 5: remove --}}
{{-- endWrap --}}
@endforeach {{-- end loop --}} {{-- ------------------------------- --}} {{-- ------------------------------- --}} {{-- pagination --}}
{{ $executionFiles?->links() }}
{{-- endContainer --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}}
{{-- endWrapper --}}