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

{{ $service->name }}

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

{{ Str::limit($service->description, 80) }}

{{ $service->price_range }}

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

Area: {{ $service->service_area }}

@endif
@empty

No services found.

@endforelse
{{ $services->links() }}