{{-- wrapper --}}
{{__('Execution No.')}} | {{__('Execution Type')}} | {{__('Execution Date')}} | {{__('Claim Amount')}} | {{__('Collected Amount')}} | |
---|---|---|---|---|---|
{{ $execution->executionNumber }} | {{ $execution->executionType->{__('name')} }} | {{ date('d / m / Y', strtotime($execution->executionDate)) }} | {{-- 2: claimAmount - collectedAmount --}}{{ $execution->executionAmount }} | {{-- 3: viewButton --}}{{__('View')}} |