{{-- wrapper --}}
{{-- collapse --}}
{{-- button --}} {{-- ----------------------------------- --}} {{-- ----------------------------------- --}} {{-- collapseContent --}}
{{-- tableContent --}}
{{-- headers --}} {{-- endHeaders --}} {{-- ----------------------------- --}} {{-- ----------------------------- --}} {{-- body --}} {{-- loop - executions --}} @foreach ($executions ?? [] as $execution) {{-- 1: number / type / date --}} {{-- 2: claimAmount - collectedAmount --}} {{-- 3: viewButton --}} @endforeach {{-- end loop --}}
{{__('Execution No.')}} {{__('Execution Type')}} {{__('Execution Date')}} {{__('Claim Amount')}} {{__('Collected Amount')}}
{{ $execution->executionNumber }} {{ $execution->executionType->{__('name')} }} {{ date('d / m / Y', strtotime($execution->executionDate)) }} {{ $execution->executionAmount }} {{__('View')}}
{{-- endTable --}}
{{-- endRow --}}
{{-- end column --}}
{{-- endWrapper --}}