@if(!empty($service))
@if($service->discount_percent)
{{$service->discount_percent}}
@endif
@if($service->is_featured == "1") @endif
{{__("Service Type")}}: {{$service->getModelName() ?? ''}}
@if(!empty($service->location->name)) {{__("Location")}}: {{$service->location->name ?? ''}} @endif
{{__("Price")}}: {{ $service->display_sale_price }} {{ $service->display_price }}
@if($service->getReviewEnable())