{{-- section --}}
{{-- submenu --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- topRow --}}
{{-- newButton --}}
{{-- fileNumber --}}
{{-- caseNumber --}}
{{-- executionType --}}
{{-- executionDate --}}
{{-- totalCount --}}

{{ $executions->total() }}

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- content --}}
{{-- loop - executions --}} @foreach ($executions ?? [] as $execution)
{{-- wrapper --}}
{{-- 1: serials --}}
{{-- 1.1: executionDate --}}

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

{{-- 1.2: executionType --}}

{{ $execution?->executionType?->{__('name')} }}

{{-- ------------------------------ --}} {{-- ------------------------------ --}} {{-- 2: claimAmount - type --}}
{{-- 2.1: case / execution --}}

{{ $execution?->case?->caseNumber }} / {{ $execution?->executionNumber }}

{{-- 2.1: claimAmount --}}

{{ $execution?->claimAmount }}({{__('AED')}})

{{-- endWrapper --}} {{-- ----------------------------- --}} {{-- ----------------------------- --}} {{-- information --}}
{{-- end div --}} {{-- ----------------------------- --}} {{-- ----------------------------- --}} {{-- actionsWrap --}}
{{-- 1: view --}} {{__('View')}} {{-- 2: operation --}} {{__('Operation')}} {{-- 3: tasks --}} {{__('Tasks')}} {{-- 4: documents --}} {{__('Docs')}} {{-- 5: remove --}}
{{-- endWrap --}}
@endforeach {{-- end loop --}} {{-- ---------------------------------- --}} {{-- ---------------------------------- --}} {{-- paginateLinks --}}
{{ $executions->links() }}
{{-- end container --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') {{-- 1: createExecution--}} @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- end section --}}