@extends('layouts.master') @section('title', 'Income Statment Entry | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.income statement')) @section('css') @endsection @section('content')
| {{ __('basic.account') }} | {{ __('basic.total amount') }} | |
| {{ $item_acc->name }} | ||
| {{ __('basic.total') }} | @php $get_total_amount_all_child = get_total_acc_childs($item->id, $date_serc, $day_srch); @endphp @if ($item->code == 4) @php $total_all_balance_income += $get_total_amount_all_child; @endphp @else @php $total_all_balance_expenses += $get_total_amount_all_child; @endphp @endif @php @endphp {{ $get_total_amount_all_child }} | |
| {{ __('basic.net income') }} | {{ $total_all_balance_income - $total_all_balance_expenses}} | |