| {{ translate('Search_Criteria') }} |
@if ($data['from'])
{{ translate('from' )}} - {{ $data['from']?Carbon\Carbon::parse($data['from'])->format('d M Y'):'' }} @endif @if ($data['to']) {{ translate('to' )}} - {{ $data['to']?Carbon\Carbon::parse($data['to'])->format('d M Y'):'' }} @endif {{ translate('transaction_type') }}- {{ $data['transaction_type']?translate($data['transaction_type']):translate('messages.All') }} {{ translate('customers') }}- {{ $data['customer']??translate('messages.All') }} |
|||||||
|---|---|---|---|---|---|---|---|---|
| {{ translate('Analytics') }} |
{{ translate('messages.debit') }}- {{\App\CentralLogics\Helpers::format_currency($debit)}}
{{ translate('messages.credit') }}- {{\App\CentralLogics\Helpers::format_currency($credit)}} {{ translate('messages.balance') }}- {{\App\CentralLogics\Helpers::format_currency($balance)}} |
|||||||
| {{ translate('sl') }} | {{translate('messages.transaction_id')}} | {{translate('messages.transaction_date')}} | {{translate('messages.customer')}} | {{translate('messages.credit')}} | {{translate('messages.debit')}} | {{translate('messages.balance')}} | {{translate('messages.transaction_type')}} | {{translate('messages.reference')}} |
| {{$key+1}} | {{$wt->transaction_id}} | {{date('d-m-Y',strtotime($wt['created_at']))}} | {{ $wt->user?$wt->user->f_name.' '.$wt->user->l_name:translate('messages.not_found') }} | {{$wt->credit}} | {{$wt->debit}} | {{$wt->balance}} | {{ translate('messages.'.$wt->transaction_type)}} | {{$wt->reference}} |