|
@if($v->status==0)
@else
@if($v->status==4)
@elseif($v->status==3)
@else
@can('Approve Payment Voucher')
@endcan
@endif
@endif
|
@php
$start = ($page - 1) * 10 + 1;
@endphp
{{ ($start + $i) }} |
{{ $v->voucher_date_thai }} |
{{ $v->voucher_no }}
@if($v->status==0)
แบบร่าง
@elseif($v->status==3)
ยกเลิก
@elseif($v->status==4)
อนุมัติแล้ว
@endif
|
{{ $v->order_no }} |
{{ $v->pay_for_name}} |
{{ $v->payment_method_name }}
|
{{ number_format($v->payment_total, 2) }} |
{{ $v->approved_name }} |
{{ $v->approved_sec_name }} |
@endforeach