@extends('layouts.app') @section('title', 'التقييمات') @section('content') @section("breadcrumb")
@endsection

آراء العملاء

تجارب حقيقية من عملائنا الكرام

متوسط التقييم
{{ number_format($averageRating ?? 0, 1) }}
@for($i = 1; $i <= 5; $i++) @endfor
عدد التقييمات
{{ $totalRatings ?? 0 }}

تقييم موثوق

@forelse($ratings as $rating)
{{ $rating->user_name }}
{{ $rating->created_at->diffForHumans() }}
{{ __('ratings.service_types.' . $rating->service_type) }}
@for($i = 1; $i <= 5; $i++) @endfor

{{ $rating->comment }}

@empty
لا توجد تقييمات حالياً

كن أول من يشاركنا رأيه

@endforelse
{{ $ratings->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush