@extends('frontend.frontend-page-master') @section('site-title') {{ $seller->name }} - {{ __('Prestataire') }} | {{ get_static_option('site_title') }} @endsection @section('page-meta-data') @php $metaTitle = $seller->name . ' - ' . __('Prestataire professionnel'); $metaDescription = Str::limit(strip_tags($seller->about ?? __('Prestataire professionnel sur') . ' ' . get_static_option('site_title')), 160); $canonicalUrl = route('about.seller.profile', $seller->username); $ogImage = $seller->image ? (get_attachment_image_by_id($seller->image)['img_url'] ?? '') : ''; @endphp
{{ optional($seller->city)->service_city }}{{ $seller->address ? ', ' . $seller->address : '' }}
@endif @if($categories->count() > 0){{ __('Ce prestataire n\'a pas encore ajoute de description.') }}
@endif{{ $review->message }}
{{ __('Aucun avis pour le moment.') }}