@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 @use(App\Enums\ThemeList) @php $theme = session()->has('demo_theme') ? session()->get('demo_theme') : DEFAULT_HOMEPAGE; @endphp @if($theme != ThemeList::BUSINESS->value)

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

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

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

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

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

{!! clean(processText($faqSection?->content?->description)) !!}

@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?->content?->title_one }}

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

img

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

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

img

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

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

img

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

{{ $ourFeatures?->content?->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