@if(count($charthistory)>0) @foreach($charthistory as $item) @if(count($item->chart_history)>0) @if(in_array($item->chart_history['account_type_id'],config('accounts.credit_types'))) @if($item->chart_history['amount_type'] == 'add') @else @endif @else @if($item->chart_history['amount_type'] == 'add') @else @endif @endif @endif @endforeach @else @endif
@sortablelink('created_at', trans('general.date')) {{ trans_choice('general.transactionstype', 1) }} {{ trans_choice('general.numbers',1) }} {{ trans('general.name') }} {{ trans('general.description') }} {{ trans('accounts.account_name') }} {{ trans_choice('general.debit',1) }} {{ trans_choice('general.credit',1) }} Balance
{{ 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:'-' }} @money($item->chart_history['amount'], 'USD', true) @money($item->chart_history['amount'], 'USD', true) @money($item->chart_history['amount'], 'USD', true)@money($item->chart_history['amount'], 'USD', true) @money($sum,'USD',true)
No Data

Balance : @money($sum,'USD',true)