| Voucher No. | Date | Payee Name | Remarks | Amount | @foreach($lists as $list) | |
|---|---|---|---|---|---|---|
| {{str_pad($list->voucher_no,4,"0",STR_PAD_LEFT)}} | {{date_format(date_create($list->transaction_date),"F d, Y")}} | {{$list->payee_name}} | {{$list->remarks}} | {{number_format($list->amount,2)}} | @if($type == 0)View | @elseView | @endif