@php use Illuminate\Support\Str; @endphp

Nos Services

Découvrez nos prestations professionnelles

{{ $allServices->count() }} service{{ $allServices->count() > 1 ? 's' : '' }}
Recherche instantanée sur les prestations de ce profil.
@foreach($allServices as $service) @php $serviceCategoryNames = $service->categories?->pluck('name')->filter()->values() ?? collect(); $serviceCategorySlugs = $serviceCategoryNames->map(fn ($name) => Str::slug($name))->implode(' '); $serviceSearch = mb_strtolower(trim($service->title . ' ' . strip_tags($service->description ?? '') . ' ' . $serviceCategoryNames->implode(' '))); @endphp
@if($service->images && $service->images->count() > 0) {{ $service->title }} @else
@endif @if($service->images && $service->images->count() > 1) {{ $service->images->count() }} @endif

{{ $service->title }}

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

@if($serviceCategoryNames->isNotEmpty() || $service->delivery_time)
@foreach($serviceCategoryNames->take(2) as $categoryName) {{ $categoryName }} @endforeach @if($service->delivery_time) {{ $service->delivery_time }} @endif
@endif
@endforeach