@if($service->service_type == 'TRAINING')
Certificate Issue Method
@elseif($service->service_type == 'FACILITY_BOOKING')
Certificate Issue Method
@else
Delivery Method
@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