{{-- wrapper --}}
{{-- filtersRow --}}
{{-- search --}}
{{-- client --}}
{{-- executionType --}}
{{-- User --}}
{{-- 4: FromDate --}}
{{-- 5: untilDate --}}
{{-- endFilters --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- tableRow --}}
{{-- empty --}}
{{-- title --}}

{{__('Executions')}}

{{-- counter --}}

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

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