@extends('printlayout') @section('content')

{{ __('sitelabel.BalanceSheetReport') }}

{{ __('sitelabel.SerialNumber') }} {{ __('sitelabel.ChartOfAccount') }} {{ __('sitelabel.Balance') }}
Total {{ formatAccounting($TotalDebit) }}
{{ __('sitelabel.SerialNumber') }} {{ __('sitelabel.ChartOfAccount') }} {{ __('sitelabel.Balance') }}
Total {{ formatAccounting($CreditTotal) }}
Gross Profit {{ formatAccounting($GrossProfit) }}
Factory Electricty Bill {{ formatAccounting($factoryelecbill) }}
Net Profit {{ formatAccounting($NetProfit) }}
@include('sign-subview.signandbuttons') @endsection @section('script') @endsection