@php $testimonials = getTestimonials(limit: null, order: 'desc'); $visaGalleries = getGalleriesByCategory(limit: 3, order: 'asc', category: 'visa-grant'); @endphp @extends('client.raffles.layouts.app') @section('content') @include('client.raffles.pages.partials.breadcumb')
Student speaks

{{ $page->short_description }}

@if ($testimonials) @foreach ($testimonials as $testimonial)

{!! $testimonial->description !!}

{{ $testimonial->title }}
{{ $testimonial->designation }}
@endforeach @endif
Explore more Student Stories on YouTube Logo
@if ($visaGalleries->galleries->isNotEmpty())
@foreach ($visaGalleries->galleries as $gallery)
{{ $gallery->title }}
@endforeach
@endif @endsection