{{ $body->organization }}
|
Dear {{ ucfirst($body->name) }},
@if($body->loc_type_id==5)
@if($body->status=="pending")
Your request has been submitted for Regularization for {{$body->request_from_date}} from {{$body->request_from_time}} to {{$body->request_to_time}}.
@endif
@if($body->status=="approved")
Your request for Regularization for {{$body->request_from_date}} from {{$body->request_from_time}} to {{$body->request_to_time}} has been approved.
@endif
@if($body->status=="rejected")
Your request for Regularization for {{$body->request_from_date}} from {{$body->request_from_time}} to {{$body->request_to_time}} has been rejected.
@endif
@endif
@if($body->loc_type_id==4)
@if($body->status=="pending")
Your request has been submitted for On-duty for {{$body->request_from_date}} @if ($body->sub_loc_name == 'Hourly') from {{$body->request_from_time}} to {{$body->request_to_time}} @endif.
@endif
@if($body->status=="approved")
Your request for On-duty for {{$body->request_from_date}} @if ($body->sub_loc_name == 'Hourly') from {{$body->request_from_time}} to {{$body->request_to_time}} @endif has been approved.
@endif
@if($body->status=="rejected")
Your request for On-duty for {{$body->request_from_date}} @if ($body->sub_loc_name == 'Hourly') from {{$body->request_from_time}} to {{$body->request_to_time}} @endif has been rejected.
@endif
@endif
@if($body->loc_type_id==3)
@if($body->status=="pending")
Your Overtime request has been submitted for {{$body->request_from_date}} from {{$body->request_from_time}} to {{$body->request_to_time}}.
@endif
@if($body->status=="approved")
Your Overtime request for {{$body->request_from_date}} from {{$body->request_from_time}} to {{$body->request_to_time}} has been approved.
@endif
@if($body->status=="rejected")
Your Overtime request for {{$body->request_from_date}} from {{$body->request_from_time}} to {{$body->request_to_time}} has been rejected.
@endif
@endif
@if($body->loc_type_id==1)
@if($body->status=="pending")
Your WFH request has been submitted from {{$body->request_from_date}} to {{$body->request_to_date}}.
@endif
@if($body->status=="approved")
Your WFO request from {{$body->request_from_date}} to {{$body->request_to_date}} has been approved.
@endif
@if($body->status=="rejected")
Your WFO request for {{$body->request_from_date}} to {{$body->request_to_date}} has been rejected.
@endif
@endif
@if($body->loc_type_id==2)
@if($body->status=="pending")
Your WFO request has been submitted from {{$body->request_from_date}} to {{$body->request_to_date}}
@endif
@if($body->status=="approved")
Your WFO request has been approved from {{$body->request_from_date}} to {{$body->request_to_date}}.
@endif
@if($body->status=="rejected")
Your WFO request for {{$body->request_from_date}} to {{$body->request_to_date}} has been rejected.
@endif
@endif
Thank You
|
© 2021 {{ $body->organization }} All rights reserved
|
|
|