@extends('layouts.master') @section('title', 'Balance Sheet Entry | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.balance sheet')) @section('css') @endsection @section('content')
| {{ __('basic.account') }} | {{ __('basic.total amount') }} | |
| {{ $item_acc->name }} | ||
| {{ __('basic.total') }} | @php $total_all_balance += get_total_acc_childs($item->id); @endphp {{ get_total_acc_childs($item->id) }} | |
| {{ __('basic.total') }} | {{ get_total_acc_childs($item->id) }} | |