@extends('adminlayout.dashadmin') @section('content')


@include('admin.vouchere.new_entry_voucher')
@if(Session::has('message'))

{{ Session::get('message') }}

@endif

LIST OF Purchase

From :

to

@foreach($vouchers as $voucher) @endforeach
DATE PARTICULARS VCH TYPE. VCH NO. DEBIT CREDIT
{{$voucher->purchase_date}} {{$voucher->name}} {{$voucher->voucher_type}} {{$voucher->invoice_no}} {{$voucher->grand_total}}
@endsection