@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

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