@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.dashboard') }} | {{ __('basic.balance sheet') }}
{{ __('basic.new entry') }} {{ __('basic.print') }} {{ __('basic.search filter') }}
{{ __('basic.balance sheet') }}
{{ $company_name }}
{{ __('basic.from') }} {{ $date_from }} {{ __('basic.to') }} {{ $date_to }}
{{ __('basic.currency') }} {{ $system_currency->name }}
{{ __('basic.account') }} {{ __('basic.total amount') }}
@php $total_all_balance = 0; @endphp {!! $html_assets !!}
{{ __('basic.total assets') }} {{ $total_amount_price_assets }}
{{ __('basic.account') }} {{ __('basic.total amount') }}
@php $total_all_balance = 0; @endphp {!! $html_liabilities_equities !!}
{{ __('basic.total for liabilities & equities') }} {{ $total_all_amount_price_lib_equ }}
{{ __('basic.total assets') }} {{ $total_amount_price_assets }}
@endsection @section('js') {{-- data table --}} @endsection