@extends('adminlayout.dashadmin') @section('content')
@if(Session::has('message'))

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

@endif

Purchase Vouchure

@csrf
Purchase No. {{$voucher->purchase_no}}
Supplier Invoice No
Party A/c name:
@foreach($voucher->voucher_items as $item) @endforeach
Name of Item Quantity Rate Amount Gst Rate
CGST
SGST
Narration {{$voucher->total_qty}} {{$voucher->grand_total}}


@endsection