@include('custom-layout.style')
@include('custom-layout.header')
{{-- Highlights --}}
@php $h3animations = ['fadeInDown', 'lightSpeedIn', 'slideInUp']; $divanimations = ['fadeInUp', 'slideInUp', 'fadeInRight']; $buttonNames = ['Find out More', 'View Our Success Stories', 'Find out More', 'Read our Blogs']; $buttonLinks = [route('contact'), route('success_stories'), route('courses'), route('blogs')]; @endphp @foreach ($highlights as $key => $highlight) @php $h3animation = $h3animations[$key % count($h3animations)]; $divanimation = $divanimations[$key % count($divanimations)]; $buttonName = $buttonNames[$key % count($buttonNames)]; $buttonLink = $buttonLinks[$key % count($buttonLinks)]; @endphp
highlight

{{$highlight->title}}

{{$highlight->description}}
@endforeach
{{-- About1 --}}
{!! setting('site.first_section') !!}
IMG
{{-- About2 --}}
100%

Success Rate

IMG

Study with Experts

IMG

Elevate Your Preparation

5+

Years of experience

IMG

PERSONALISED LEARNING

{!! setting('site.second_section') !!}
{!! setting('site.third_section') !!}

Tutoring Subjects

    @foreach ($categories as $listed_category)
  • {{$listed_category->name}}
  • @endforeach
{{-- Courses --}}

Discover courses developed by industry experts

@foreach ($courses as $homeCourses) @endforeach
{{-- Packages --}}

Our Packages

@php $classes = [ 'bronze', 'silver', 'gold', 'diamond', ]; @endphp @foreach ($packages as $index => $package)

{{$package->title}}

{!! $package->description !!}
@endforeach
{{-- Testimonials --}}

Let's Get In Touch

@csrf

Students Love Us

@foreach ($testimonials as $testi)
{{$testi->description}}

{{$testi->name}}

@endforeach
{{-- Blogs --}}

View Our Blog

@foreach ($blogs as $blog)
Blog Img

{{$blog->title}}

  • {{ \Carbon\Carbon::parse($blog->created_at)->format('d M, Y') }}
@endforeach
{{--
Logo 1
Logo 2
Logo 3
Logo 4
--}}
Logo 1
Logo 2
Logo 3
Logo 4
Logo 5
Logo 6
{{-- About3 --}}
{!! setting('site.choose_us') !!}
About3
@include('custom-layout.footer')
@include('custom-layout.java')