{{-- wrapper --}}
{{__('Execution')}} | {{__('Client')}} | {{__('Account')}} | {{__('Cheque')}} | {{__('Defendant')}} | {{__('Bank')}} | {{__('Court')}} | {{__('Receiving Date')}} | {{__('Execution Payment')}} | {{__('Status')}} | {{__('Staff')}} | {{__('Remarks')}} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $executionFile?->executionNumber }} | {{ $executionFile?->client?->{__('name')} }} | {{ $executionFile?->accountNumber }} | {{ $executionFile?->chequeNumber }} | {{-- bank - defendant - court --}}{{ $executionFile?->defendant?->{__('name')} }} | {{ $executionFile?->bank?->{__('name')} }} | {{ $executionFile?->court?->{__('name')} }} | {{-- receivingDate --}} @if ($executionFile?->receivingDate){{ date('d / m / Y', strtotime($executionFile->receivingDate)) }} | @else@endif {{-- ------------------------------- --}} {{-- ------------------------------- --}} {{-- paymentMethod - remarks --}} | {{ __($executionFile?->paymentMethod) }} | {{ __($executionFile?->status) }} | {{ $executionFile?->creator?->{__('name')} }} | {{ $executionFile?->{__('information')} }} |