{{ strtoupper(session('company_name')) }}

{{ strtoupper(session('branch_name')) }}

Outstanding Septage Fee

As of {{ date_format(date_create($date), 'M d, Y') }}


@foreach($report_header AS $k => $v) @if($k <= 3) @else @endif @endforeach @foreach($report_details AS $k1 => $v1) @foreach($v1 AS $k2 => $v2) @if($k2 == 'acct_number' || $k2 == 'acct_name' || $k2 == 'book' || $k2 == 'acct_class') @if ($k2 == 'acct_name') @else @endif @else @endif @endforeach @endforeach @foreach($report_footer AS $k => $v) @if($k <= 3) @else @endif @endforeach
{{ ucwords($v) }}{{ ucwords($v) }}
@if (strlen($v2) > 35) {{ substr(strtoupper($v2), 0, 35) . '..' }} @else {{ strtoupper($v2) }} @endif {{ strtoupper($v2) }}{{ $v2 == '-' ? '-' : number_format($v2,2,".",",") }}
{{ $v }}{{ number_format($v,2,".",",") }}