{{__('messages.incomeStatement')}}
--}}
{{(setUserLang() == "ar") ? $journalEntry->getChartOfAccount->parent->code .'-'. $journalEntry->getChartOfAccount->parent->arabic_name : $journalEntry->getChartOfAccount->parent->code .'-'. $journalEntry->getChartOfAccount->parent->name }} | |||
{{(setUserLang() == "ar") ? $journalEntry->getChartOfAccount->code .'-'. $journalEntry->getChartOfAccount->arabic_name : $journalEntry->getChartOfAccount->code .'-'. $journalEntry->getChartOfAccount->name }} | {{ $journalEntry->total_balance}} | @php $totalRevenue += $journalEntry->total_balance; $rpCheckName[] = $journalEntry->getChartOfAccount->parent->name; @endphp||
{{__('messages.Total')}} | {{$totalRevenue}} | ||
{{__('messages.grossProfit')}} | {{$totalRevenue}} | ||
{{(setUserLang() == "ar") ? $journalEntry->getChartOfAccount->parent->code .'-'. $journalEntry->getChartOfAccount->parent->arabic_name : $journalEntry->getChartOfAccount->parent->code .'-'. $journalEntry->getChartOfAccount->parent->name }} | |||
{{(setUserLang() == "ar") ? $journalEntry->getChartOfAccount->code .'-'. $journalEntry->getChartOfAccount->arabic_name : $journalEntry->getChartOfAccount->code .'-'. $journalEntry->getChartOfAccount->name }} | {{ $journalEntry->total_balance}} | @php $totalExpense += $journalEntry->total_balance; $epCheckName[] = $journalEntry->getChartOfAccount->parent->name; @endphp||
{{__('messages.total')}} | {{$totalExpense}} | ||
{{__('messages.netProfit')}} | {{$total}} | ||
{{__('messages.netLosses')}} | {{$total}} |