@extends('layouts.main') @section('title', $data['title']) @section('content')
@csrf
{{--
--}}
BILLING ADDRESS
GST No:
SHIPPING ADDRESS
GST No:

Items

Name Qty Rate Gross Amount Tax Tax Amount Final Amount Action

Order Summary

{{-- --}}
Currency :
Total Items:
Total Pcs:
Total Amount:
Gross Amount:
Gst Amount:
Net Amount:
@endsection('content') @section('custom-scripts') @endsection