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

Form Samples

Sample forms

Invoice

@csrf @method('PUT')
@foreach($sales as $sale) @endforeach
Product Name Qty Price Discount Amount
Total
@endsection @push('js') @endpush