@extends('layouts.main') @section('title', $data['title']) @section('content') @php $userType = Auth::user()->type; $userId = Auth::user()->id; @endphp
@csrf
BILLING ADDRESS
GST No:
DELIVERY ADDRESS
GST No:
Shipping Details   
Shipping Name:
Phone Number:
Email:
Address: ,

@if ($userType == 1 || $userType == 3)
@elseif ($userType == 2) @endif

Items

{{-- --}}
Item Diamond Type Material Weight LabourCost RateCharges Discount Tax Net Amount Action
{{-- style="box-shadow: 0 1px 2px rgba(0, 0, 0, .2), 1px -1px 2px rgba(0, 0, 0, .07), 0 -1px 2px rgba(0, 0, 0, .1);"> --}}

Old Gold

Material Purity Weight Net Amount Remark Status #

Order Summary

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