@extends('layouts.master') @section('title', 'Invoice | ') @section('content') @include('partials.header') @include('partials.sidebar')

Add Purchase

Invoice

@csrf
Product Qty Price Discount Amount
Total
@endsection @push('js') @endpush