@if(isset($value['invoice-id-route']))
{{$value['invoice-id']}}
@endif
@php
$currentRouteName = Route::currentRouteName();
@endphp
@if(isset($value['payment-date']))
{{ \Carbon\Carbon::parse($value['payment-date'])->format(currentDateFormat()) }} {{ (($currentRouteName == 'transactions.index') || ($currentRouteName == 'client.transactions.index')) ? \Carbon\Carbon::parse($value['payment-date'])->isoFormat('hh:mm A') : '' }}
@endif