@foreach ($reportData['debitSide'] as $account => $amount)
{{ $account }}
{{ number_format($amount, 2) }} TZS
@endforeach
@if ($reportData['netProfitLoss'] < 0)
Net Loss (transferred to Capital)
{{ number_format(abs($reportData['netProfitLoss']), 2) }} TZS
@endif