Customer comments
{{ $reviews->total() }} {{ Str::plural('review', $reviews->total()) }} found for your listings.
No reviews yet
Customer ratings and comments for your listings will appear here.
@include('frontend.partials.head', ['title' => 'Fily | Provider Reviews']) @include('frontend.dashboard.partials.styles') @php $providerName = $provider?->business_name ?: ($provider?->name ?: 'Provider'); $providerInitial = strtoupper(substr($providerName, 0, 1)); $typeLabels = [ 'job' => 'Job', 'rent' => 'Rental', 'hostel' => 'Hostel', 'service' => 'Service', ]; $statusMeta = [ 'active' => ['label' => 'Active', 'class' => 'review-status-active'], 'pending' => ['label' => 'Pending', 'class' => 'review-status-pending'], 'inactive' => ['label' => 'Inactive', 'class' => 'review-status-inactive'], ]; @endphp
@include('frontend.partials.header'){{ $reviews->total() }} {{ Str::plural('review', $reviews->total()) }} found for your listings.
Customer ratings and comments for your listings will appear here.