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

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

DETAILED 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 }} @if ($group->name == 'Current Assets')
Closing Stock ({{ $numberFormat($closingStock) }})
@endif @foreach ($group->descendantsAndSelf as $subGroup) @if ($subGroup->amount != 0)
{{ $subGroup->name }} ({{ $numberFormat($subGroup->amount) }})
@endif @endforeach
{{ $numberFormat($group->amount) }} {{ $group->name }} @if ($group->name == 'Current Assets')
Closing Stock ({{ $numberFormat($closingStock) }})
@endif @foreach ($group->descendantsAndSelf as $subGroup) @if ($subGroup->amount != 0)
{{ $subGroup->name }} ({{ $numberFormat($subGroup->amount) }})
@endif @endforeach
{{ $numberFormat($group->amount) }}
Net Profit
Opening Balance ({{ $netProfitOpen['isNetProfit'] ? '' : '-' }} {{ $numberFormat($netProfitOpen['netProfitOrLoss']) }})
Current Period ({{ $numberFormat($netProfit['netProfitOrLoss']) }})
{{ $numberFormat($netProfitOrLoss) }} Net Loss
Opening Balance ({{ $netProfitOpen['isNetProfit'] ? '' : '-' }} {{ $numberFormat($netProfitOpen['netProfitOrLoss']) }})
Current Period ({{ $numberFormat($netProfit['netProfitOrLoss']) }})
{{ $numberFormat($netProfitOrLoss) }}
Difference in Opening Balance {{ $numberFormat($openingBalanceDiff) }} Difference in Opening Balance {{ $numberFormat($openingBalanceDiff) }}
Total {{ $numberFormat($creditTotal) }} Total {{ $numberFormat($debitTotal) }}
{{ $company->name }}

Authorized Signature