Your Service Request is Approved

We would like to inform you that we have successfully received your service request. Our team is currently reviewing the details you provided, and we are committed to providing you with a quick and efficient response.

Service Request Summary

Service Request ID: [SR#{{ str_pad($serviceRequest->id, 4, '0', STR_PAD_LEFT) }}]
Service Name: {{ $serviceRequest->Service->service_name }}
Service Sub Category Name: {{ $serviceRequest->Service->ServiceSubCategory->service_sub_category_name }}
Service Category Name: {{ $serviceRequest->Service->ServiceSubCategory->ServiceCategory->service_category_name }}
User Name: {{ $serviceRequest->Client->name }}
Delivery Type: @if ($serviceRequest->delivery_type == 'SOFT_COPY') Soft Copy @elseif ($serviceRequest->delivery_type == 'HARD_COPY') Hard Copy @else Soft & Hard Copy @endif
Delivery Address: {{ $serviceRequest->delivery_address }}
@if ($serviceRequest->current_status == 'REQUESTED')
Current Status: Requested
@endif
Created Date & Time: {{ $serviceRequest->created_at }}
Updated Date & Time: {{ $serviceRequest->updated_at }}
Track Service Request Status