@if($service->service_type == 'TRAINING') Training Request Details @elseif($service->service_type == 'FACILITY_BOOKING') Facility Request Details @else Your Delivery Details @endif


@if($service->require_service_date == "1")

@if($service->service_type == 'TRAINING') Training Request Date : @elseif($service->service_type == 'FACILITY_BOOKING') Facility Request Date : @else Service Request Date : @endif *

@endif @if(($service->delivery_type != "SOFT_COPY") && $service->service_type != 'FACILITY_BOOKING')

@if($service->service_type == 'TRAINING') Certificate Issue Method @elseif($service->service_type == 'FACILITY_BOOKING') Certificate Issue Method @else Delivery Method @endif

@if($service->delivery_type == "BOTH")
@elseif($service->delivery_type == "HARD_COPY")
@else @if($service->service_type != 'FACILITY_BOOKING')
@endif @endif
@endif @if($service->delivery_type != "SOFT_COPY")

@if($service->service_type == 'TRAINING') Certificate Delivery Address : @elseif($service->service_type == 'FACILITY_BOOKING') Certificate Delivery Address : @else Delivery Address : @endif *

@endif

Comments :