@php $testimonials = [ ['name' => 'Sabina Gurung', 'role' => 'Daily Commuter, Kathmandu', 'img' => 11, 'text' => 'Yatra Card completely changed my daily commute. No more digging for exact change — just tap and go.'], ['name' => 'Bikash Rai', 'role' => 'College Student', 'img' => 32, 'text' => 'The student discount is applied automatically. Recharging via eSewa takes less than a minute.'], ['name' => 'Anjali Shrestha', 'role' => 'Working Professional', 'img' => 47, 'text' => 'Boarding is so much faster now. I love checking my trip history right in the app.'], ['name' => 'Prakash Tamang', 'role' => 'Senior Citizen', 'img' => 15, 'text' => 'Simple to use, and the senior citizen fare concession is applied without any extra paperwork.'], ]; @endphp

Testimonials

What Our Riders Say

@foreach ($testimonials as $t)
@for ($i = 0; $i < 5; $i++) @endfor

“{{ $t['text'] }}”

{{ $t['name'] }}

{{ $t['name'] }}

{{ $t['role'] }}

@endforeach