@extends('layouts.app') @section('title', 'Location de matériel') @push('styles') @include('components.listing-desktop-cards-style') @endpush @section('content')
Trouvez l'équipement dont vous avez besoin.
Photo à venir
{{ $equipment->brand }} {{ $equipment->model }}
@endif{{ $equipment->prestataire->company_name ?? $equipment->prestataire->first_name . ' ' . $equipment->prestataire->last_name }}
@if(request()->hasAny(['search', 'location', 'category_id', 'max_price', 'availability', 'urgent', 'with_delivery']))
Aucun matériel ne correspond à votre recherche.
Essayez d'élargir vos critères ou revenez plus tard.
@else
Nos prestataires ajoutent régulièrement de nouveaux équipements.
Revenez bientôt pour découvrir notre catalogue !
@endif