@extends('frontend.layouts.master') @section('meta_title', $seo_setting['about_page']['seo_title']) @section('meta_description', $seo_setting['about_page']['seo_description']) @section('contents')
img img

{{ $hero->translation?->total_student }} {{ __('Enrolled Students') }}

img
{{ __('Get More About Us') }}

{!! clean(processText($aboutSection?->translation?->title)) !!}

{!! clean(processText($aboutSection->translation?->description)) !!} @if($aboutSection->button_url != null) @endif
@foreach ($brands as $brand)
brand star
@endforeach
* {{ __('Education') }} * {{ __('System ') }} * {{ __('can') }} * {{ __('Make ') }} * {{ __('Change ') }} *
img
img
{{ __('Faqs') }}

{!! clean(processText($faqSection->translation?->title)) !!}

{!! clean(processText($faqSection->translation?->sub_title)) !!}

@foreach($faqs as $faq)

{{ $faq->translation?->answer }}

@endforeach
{{ __('How We Start Journey') }}

{{ __('Start your Learning Journey Today!') }}

{{ __('Discover a World of Knowledge and Skills at Your Fingertips – Unlock Your Potential and Achieve Your Dreams with Our Comprehensive Learning Resources!') }}

img

{{ $ourFeatures?->translation?->title_one }}

{{ $ourFeatures?->translation?->sub_title_one }}

img

{{ $ourFeatures?->translation?->title_two }}

{{ $ourFeatures?->translation?->sub_title_two }}

img

{{ $ourFeatures?->translation?->title_three }}

{{ $ourFeatures?->translation?->sub_title_three }}

img

{{ $ourFeatures?->translation?->title_four }}

{{ $ourFeatures?->translation?->sub_title_four }}

{{ __('Our Testimonials') }}

{{ __('What Students Think and Say About Us') }}

{{ __('genuine feedback from our students about their experiences with our teaching') }}

@foreach ($reviews as $testimonial)
img
@for ($i = 0; $i < $testimonial->rating; $i++) @endfor

{{ $testimonial->translation->name }}

“ {{ $testimonial->translation->comment }} ”

@endforeach
@endsection