@extends('layouts.app') @section('content') {{-- Page Header --}}
{{-- Main Card --}}
{{-- Profile Section --}}
{{-- Avatar with Glow Effect --}}
{{ $testimonial->name }}
{{-- Name & Designation --}}

{{ $testimonial->name }}

{{ $testimonial->designation }}
{{-- Decorative Quote Icon --}}
{{-- Divider --}}
{{-- Rating Stars --}}
@for ($i = 1; $i <= 5; $i++) @if ($i <= $testimonial->rating) @else @endif @endfor
{{ $testimonial->rating }}/5
{{-- Description/Testimonial --}}
{{-- Left Quote Mark --}}

{{ $testimonial->description }}

{{-- Right Quote Mark --}}
{{-- Subtle Shadow Effect Below Card --}}
@endsection