{{ $service->name }}

@if($service->images->count() > 0)
@foreach($service->images->take(4) as $index => $image) {{ $service->name }} @endforeach @if($service->images->count() > 1)
@foreach($service->images->take(4) as $index => $image) @endforeach
@endif
@else

No images available

@endif
{{ $service->category->group()->label() }} {{ $service->category->label() }}

{{ $service->name }}

Price Range

{{ format_price($service->price_from, $service->currency, 0) }} - {{ format_price($service->price_to, $service->currency, 0) }}

@if($service->is_negotiable) Negotiable @endif
@if($service->service_area)

Service Area

{{ $service->service_area }}

@endif

Description

{!! nl2br(e($service->description)) !!}
@if($service->highlights && count($service->highlights) > 0)

Highlights

@foreach($service->highlights as $highlight)
{{ $highlight }}
@endforeach
@endif @if($service->merchant)

Provided By

@if($service->merchant->isAdmin()) Phantom 5 @elseif($service->merchant->avatar) {{ $service->merchant->name }} @else
{{ substr($service->merchant->name, 0, 1) }}
@endif

{{ $service->merchant->isAdmin() ? 'Phantom 5 Merchant' : ($service->merchant->merchantProfile->business_name ?? $service->merchant->name) }}

{{ $service->merchant->isAdmin() ? 'Official Store' : 'Verified Service Provider' }}

@php $serviceAddress = $service->merchant->merchantProfile->business_address ?? $service->merchant->address ?? null; $servicePhone = $service->merchant->merchantProfile->business_phone ?? $service->merchant->phone ?? null; @endphp @if($serviceAddress)
{{ $serviceAddress }}
@endif @if($servicePhone) Call Provider Chat on WhatsApp @endif
@endif
@if(isset($relatedServices) && $relatedServices->count() > 0) @endif