{{-- wrapper --}}
{{-- newButton --}}
{{-- search --}}
{{-- counter --}}

{{ $executions?->total() ?? 0 }}

{{-- end topRow --}} {{-- ---------------------------------------------------------------------- --}} {{-- ---------------------------------------------------------------------- --}} {{-- contentRow --}}
{{-- 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() }}
{{-- endRow --}}