| {{ Date::parse($item->chart_history['transaction_date'])->format($date_format) }} |
{{ $item->chart_history['transaction_type'] }} |
{{ $item->chart_history['number'] }} |
{{ $item->chart_history['name'] }} |
{{ $item->chart_history['description'] }} |
{{ isset($item->detailtype->detail_type)?$item->detailtype->detail_type:'-' }} |
@if(in_array($item->chart_history['account_type_id'],config('accounts.credit_types')))
@if($item->chart_history['amount_type'] == 'add')
@money($item->chart_history['amount'], 'USD', true) |
|
@else
|
@money($item->chart_history['amount'], 'USD', true) |
@endif
@else
@if($item->chart_history['amount_type'] == 'add')
|
@money($item->chart_history['amount'], 'USD', true) |
@else
@money($item->chart_history['amount'], 'USD', true) |
|
@endif
@endif
@money($sum,'USD',true) |
@endif
@endforeach
@else