@if ($pageLogo != null) Logo @endif

From {{ \Carbon\Carbon::parse($startDate)->format('d-M-Y') }} To {{ \Carbon\Carbon::parse($endDate)->format('d-M-Y') }}

BALANCE SHEET

@foreach ($groups as $group) @if ($group->closing_dr_cr == 1 && $group->amount != 0) @else @endif @if ($group->closing_dr_cr == 0 && $group->amount != 0) @else @endif @endforeach @if ($isNetProfit) @else @endif @if (!$isNetProfit) @else @endif @if ($openingBalanceDiff != 0 && $openingBalanceDrCr == 0) @else @endif @if ($openingBalanceDiff != 0 && $openingBalanceDrCr == 1) @else @endif
Liabilities Amount Assets Amount
{{ $group->name }} {{ $numberFormat($group->amount) }} {{ $group->name }} {{ $numberFormat($group->amount) }}
Net Profit {{ $numberFormat($netProfitOrLoss) }} Net Loss {{ $numberFormat($netProfitOrLoss) }}
Difference in Opening Balance {{ $numberFormat($openingBalanceDiff) }} Difference in Opening Balance {{ $numberFormat($openingBalanceDiff) }}
Total {{ $numberFormat($creditTotal) }} Total {{ $numberFormat($debitTotal) }}
{{ $company->name }}

Authorized Signature