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

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

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- content --}}
{{-- loop - executionFiles --}} @foreach ($executionFiles ?? [] as $executionFile)
{{-- row --}}
{{-- 1: client --}}

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

{{-- 1.2: bank --}}

{{ __('Bank') }}: {{ $executionFile?->bank?->{__('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 --}} {{-- ---------------------------------- --}} {{-- ---------------------------------- --}} {{-- paginateLinks --}}
{{ $executionFiles->links() }}
{{-- end container --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') {{-- 1: createExecutionFile --}} @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- end section --}}