Mahendra Jewellers

REPAIR RECEIPT

{{ $repair->repair_number }}

{{ $repair->received_date->format('d M,Y') }}

{{ $repair->customer_name }}

{{ $repair->customer_mobile }}

{{ \App\Support\IndianNumber::format($repair->weight, 3) }} g

{{ $repair->purity }}

Rs. {{ \App\Support\IndianNumber::format($repair->repair_cost ?? 0, 2) }}

{{ $repair->delivery_date?->format('d M,Y') ?? 'TBD' }}

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

{{ $repair->description }}