@extends('layouts.main') @section('title', $data['title']) @section('content')
@csrf
Customer Details   
Customer Name:
Phone Number:
Address: ,

Shipping Details   
Shipping Name:
Phone Number:
Email:
Address: ,

Items

{{-- --}}
Item Diamond Type Gold Weight LabourCost RateCharges Discount Tax Net Amount Action

Old Gold

Material Purity Weight Net Amount Remark Status #

Order Summary

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