{{ Session::get('message') }}
LIST OF Purchase
| DATE | PARTICULARS | VCH TYPE. | VCH NO. | DEBIT | CREDIT |
|---|---|---|---|---|---|
| {{$voucher->purchase_date}} | {{$voucher->name}} | {{$voucher->voucher_type}} | {{$voucher->invoice_no}} | {{$voucher->grand_total}} |
@extends('adminlayout.dashadmin') @section('content')
{{ Session::get('message') }}
| DATE | PARTICULARS | VCH TYPE. | VCH NO. | DEBIT | CREDIT |
|---|---|---|---|---|---|
| {{$voucher->purchase_date}} | {{$voucher->name}} | {{$voucher->voucher_type}} | {{$voucher->invoice_no}} | {{$voucher->grand_total}} |