Orders Details of {{ $order_id }}
Delivery Address
{{ $address_details->first_name }} {{ $address_details->last_name }}
{{ $address_details->email }}
{{ $address_details->mobile }}
{{ $address_details->address }}
{{ $address_details->state }}
{{ $address_details->city }}
{{ $address_details->zipcode }}
Uthhan Customer
Sub Total: ₹ {{ $sub_total }}
Delivery Charges: ₹ {{ $delivery_charges }}
COD Charges: ₹ {{ $cod }}
Grand Total: ₹ {{ round(($cod + $delivery_charges + $sub_total) - ($sub_total * 10 / 100)) }}
@elseGrand Total: ₹ {{ $cod + $delivery_charges + $sub_total }}
@endifThank You for shopping with Us!
{{ $details->product_name }}
@else
{{ substr($details->product_name, 0, 15) }}....
@endif
{{ $details->product_category }}
Qty - {{ $details->product_quantity }}
Color - {{ $details->product_new_color }}
Price - ₹ {{ $details->product_price }}
SubTotal - ₹ {{ $details->product_price * $details->product_quantity }}
Order Progress
@if ($address_details->payment_type == 'upi') @if ($details->success == 'PaymentDone✅')This Product has been Cancelled
@endif @else @if ($details->success == 'pending🕓' || $details->success == '')This Product has been Cancelled
@endif @endif
Delivery Status: {!! $details->success !!}
@if(!empty($details->cancel_rejected_reason))
Uthhan Remarks: {{ ucwords(strtolower($details->cancel_rejected_reason)) }}
@endif
@endif @endif @endif
@if ($details->success == 'pending🕓' || $details->success == '') @if ($details->cancel_status == "Product cancellation Pending") Product Cancellation is Pending from Admin @elseif ($details->cancel_status == "Product cancellation Approved") Product Cancellation is Approved from Admin @elseif ($details->cancel_status == "Product cancellation Rejected") Product Cancellation is Rejected from Admin Reason: {{ $details->cancel_rejected_reason }} @else Expected delivery within 9-12 Days @endif @elseif ($details->success == 'In Progress☛') Expected delivery within 9-12 Days @elseif ($details->success == 'success✅' || $details->success = "Delivered 🗹") @endif