@extends('layouts.app') @section('title') {{'Received Voucher List'}} @endsection @section('content')
| S.N. | Voucher No. | Method Type | Date | Details | Action |
|---|---|---|---|---|---|
| {{$i}} | {{$row->voucher_no}} | {{$row->db_types}} | {{date('d-m-Y', strtotime($row->txn_date))}} | View | @if(isset($row->status) && $row->status ==0) @if (Auth::user()->parents == "0") | @endif @endif |