@extends('layouts.app') @section('content')

@lang('general.create') Sales

@include('validate')

Sales @lang('general.details')

{{ get_prefix('invoice_prefix') }}
Product Qty Unit Price Total
@csrf
Product Name Product Code Quantity MRP Price Total
No Products Added
Sub Total 0.00
Round Off 0.00
Grand Total 0.00
@endsection @push('scripts') @endpush