{{-- wrapper --}}
{{-- filtersRow --}}
{{-- search --}}
{{-- client --}}
{{-- bank --}}
{{-- court --}}
{{-- defendant --}}
{{-- 4: FromDate --}}
{{-- 5: untilDate --}}
{{-- endFilters --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- tableRow --}}
{{-- empty --}}
{{-- title --}}

{{__('Execution Files')}}

{{-- counter --}}

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

{{-- ----------------------------------- --}} {{-- ----------------------------------- --}} {{-- table --}}
{{-- headers --}} {{-- endHeaders --}} {{-- -------------------------------------- --}} {{-- -------------------------------------- --}} {{-- -------------------------------------- --}} {{-- tbody --}} {{-- loop - executionFiles --}} @foreach ($executionFiles ?? [] as $executionFile) {{-- SN - client - accountNumber - chequeNumber --}} {{-- bank - defendant - court --}} {{-- receivingDate --}} @if ($executionFile?->receivingDate) @else @endif {{-- ------------------------------- --}} {{-- ------------------------------- --}} {{-- paymentMethod - remarks --}} @endforeach {{-- end loop --}}
{{__('Execution')}} {{__('Client')}} {{__('Account')}} {{__('Cheque')}} {{__('Defendant')}} {{__('Bank')}} {{__('Court')}} {{__('Receiving Date')}} {{__('Execution Payment')}} {{__('Status')}} {{__('Staff')}} {{__('Remarks')}}
{{ $executionFile?->executionNumber }} {{ $executionFile?->client?->{__('name')} }} {{ $executionFile?->accountNumber }} {{ $executionFile?->chequeNumber }}{{ $executionFile?->defendant?->{__('name')} }} {{ $executionFile?->bank?->{__('name')} }} {{ $executionFile?->court?->{__('name')} }}{{ date('d / m / Y', strtotime($executionFile->receivingDate)) }}{{ __($executionFile?->paymentMethod) }} {{ __($executionFile?->status) }} {{ $executionFile?->creator?->{__('name')} }} {{ $executionFile?->{__('information')} }}
{{-- endTable --}}
{{-- ------------------------------- --}} {{-- ------------------------------- --}} {{-- paginateLinks --}}
{{ $executionFiles?->links() }}
{{-- end row --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}}
{{-- endWrapper --}}