@if($booking->prestataire->photo)
 }})
@elseif($booking->prestataire->user->avatar)
 }})
@else
{{ substr($booking->prestataire->user->name, 0, 1) }}
@endif
@if($booking->prestataire->isVerified())
@endif
{{ $booking->prestataire->user->name }}
@if($booking->prestataire->isVerified())
Vérifié
@endif
@if($booking->prestataire->location)
{{ $booking->prestataire->location }}
@endif