We are pleased to inform you that your service request has been successfully accepted by the Sri Lanka
Standards Institution (SLSI). Our team acknowledges the importance of your request, and we are committed
to ensuring a seamless and efficient process.
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 }}
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 }}