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

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

TRIAL BALANCE

@foreach ($groups as $group) @endforeach @if ($profitLoss['netProfitOrLoss'] != 0) @endif @if ($openingBalanceDiff > 0) @endif
Particulars Debit Credit
{{ $group->name }} {{ $group->dr_amount == 0 ? '' : number_format($group->dr_amount, 2) }} {{ $group->cr_amount == 0 ? '' : number_format($group->cr_amount, 2) }}
Profit & Loss A/c {{ $profitLoss['isNetProfit'] == false ? number_format($profitLoss['netProfitOrLoss'], 2) : '' }} {{ $profitLoss['isNetProfit'] ? number_format($profitLoss['netProfitOrLoss'], 2) : '' }}
Difference in Opening Balances {{ $openingBalanceDrCr == 0 ? number_format($openingBalanceDiff, 2) : '' }} {{ $openingBalanceDrCr == 1 ? number_format($openingBalanceDiff, 2) : '' }}
Total {{ number_format($debitTotal, 2) }} {{ number_format($creditTotal, 2) }}
{{ $company->name }}

Authorized Signature