{{$data['cwo_company']}}: {{$data['cwo_phone']}}
Receipt#: {{$data['wash_count']}}
Customer Name: {{$data['co_fname']}} {{$data['co_lname']}}- {{$data['isd_code']}}{{$data['co_phone']}}
Reg#: {{$data['car_registration_no']}}
{{$data['make']}} {{$data['car_model']}}, {{$data['vehicle_color']}}
Date: {{$data['date_washed']}}:{{$data['in_queue_time']}}
@if(isset($data['wash_types']) && !empty($data['wash_types']) && count($data['wash_types']))
@foreach($data['wash_types'] as $e)
Service: {{$e->wash_name}}-{{$data['currency']}}{{$e->price}}
@endforeach
@endif
@if($data['wash_name'] != '')
Service: {{$data['wash_name']}}-{{$data['currency']}}{{$data['wash_amount']}}
@endif
@if(isset($data['extras']) && !empty($data['extras']) && count($data['extras']))
@foreach($data['extras'] as $e)
Service: {{$e->optional_extra}}-{{$data['currency']}}{{$e->price}}
@endforeach
@endif
@if($data['discount_value_in_percentage'] > 0)
Discount: {{$data['discount_value_in_percentage']}}%
@endif
@if($data['loyalty_type'] == 3)
Used Loyalty Points: {{$data['used_loyalty_point']}}({{$data['currency']}}{{$data['used_loyalty_to_zar']}})
@endif
Total: {{$data['currency']}}{{$data['total_amount']}}
Payment Status: {{$data['payment_status']}}
Status: {{$data['status']}}
Cleaners: {{ getCleaners($data['id']) }}
@ {{$data['cwo_company']}}, we thank you for your support,
visit us again soon!