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

Create Purchase

Purchase

@csrf
Product Quantity Price Discount % Amount Add Row
Total
@endsection @push('js') @endpush