@extends('layouts.layout-horizontal') @section('title', 'Edit Proforma Invoice') @section('css') @endsection @section('content')
@csrf @method('PUT')
Proforma # {{ $proforma->proforma_no }}
@include('partials._party-details')
{{-- E-way / Delivery --}}
@php $hasDelivery = $proforma->eway_bill_no || $proforma->delivery_note || $proforma->buyer_order_no; @endphp 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