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