@if($agency_type == 'local') @else
@endif @if (isset($data) && $data) @foreach($data as $dt) @endforeach @endif
Fiscal Year Receivable Amount (TK) Paid Amount (TK)
{{$dt->fiscal_year}} @if($dt->receivable_amount > 0) {{number_format($dt->receivable_amount, 2)}} @else {{$dt->receivable_amount}} @endif @if($dt->paid_amount > 0) {{number_format($dt->paid_amount, 2)}} @else {{$dt->paid_amount}} @endif