@if ($expense->status == 'Sent_For_Approval' || $expense->status == 'Approved')
|
|
@else
|
@endif
{{ $expense->stmt_id }} |
{{ $expense->stmt_date }} |
@if($expense->voucher_type == 'Advance')
{{ $tot_adv_amount }} |
@else
{{ $totamount }} |
@endif
{{ $expense->remarks }} |
{{ $expense->status }} |
@endforeach