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

Create Invoice

Invoice

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