@if($agency_type == 'local')
| Date | Receivable Amount (TK) | Paid Amount (TK) |
|---|---|---|
| {{date('d-m-Y',strtotime($dt->v_date))}} | @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 |