Mahendra Jewellers

SALES ORDER

{{ $order->order_number }}

{{ $order->created_at->format('d M,Y') }}

{{ $order->customer_name }}

{{ $order->customer_mobile }}

{{ $order->estimate_weight }} g

{{ $order->purity }}

@if($order->width)

{{ $order->width }} mm

@endif @if($order->height)

{{ $order->height }} mm

@endif @if($order->length)

{{ $order->length }} mm

@endif

{{ $order->delivery_date->format('d M,Y') }}

{{ $order->rate_booked ? 'Yes - Rs. ' . \App\Support\IndianNumber::format($order->booked_rate, 2) : 'No' }}

Rs. {{ \App\Support\IndianNumber::format($order->approx_value, 2) }}

Rs. {{ \App\Support\IndianNumber::format($order->advance_amount, 2) }}

{{ ucfirst(str_replace('_', ' ', $order->status)) }}

@if($order->customisation_notes)

{{ $order->customisation_notes }}

@endif