|
Hi {{ $customerServiceRequest->contact_name }}
We received your product and will get started on it right away. Your service details are attached below. Estimated Delivery Date is: {{ \Carbon\Carbon::parse($customerServiceRequest->resolved_at)->format('d-m-Y') }}
| Product Name | Service ID | Problem |
|---|---|---|
| {{ $customerServiceRequest->product->name ?? 'N/A' }} | {{ $customerServiceRequest->service_id }} | {{ $customerServiceRequest->description ?? 'N/A' }} |
Thank You,
|
© {{ now()->year }} Qbits |