@extends('layouts.layout-horizontal') @section('title', 'Create Proforma Invoice') @section('css') @endsection @section('content')
@csrf
Proforma # Auto
@include('partials._party-details')
{{-- E-way / Delivery --}}
Line Items
New Product
# Product HSN Unit Qty Rate Amount Tax% Total
{{-- Sticky bottom bar --}}
P&F
Amt
GST%
Tax
Amount
Tax
Roundoff
Grand Total
Cancel
@endsection @push('scripts') @endpush