@extends('front.master') @section('title', 'Generation Z Education') @section('content')
@if (count($home_banners) > 0) @foreach ($home_banners as $home_banner)

{{ $home_banner->title}}

@endforeach @else

No Data Found

@endif
@if (count($home_services) > 0) @foreach ($home_services as $home_service) @endforeach @else

No Data Found

@endif

Our Unique
Vision

Generation Z was established by a passionate group of educationalists to provide innovative educational and training solutions with the goal of bridging the gap between traditional approaches and the future of education.

Read More
about
about
about
icon
icon
icon
icon

Training

@if (count($home_trainings) > 0)
Features
@foreach ($home_trainings as $key => $training) @if ($key > 0) {{-- Skip the first item --}} @if ($key % 2 == 1) {{-- Start of a new row for odd-indexed items --}}
@endif
Icon

{{ $training->title }}

@if ($key % 2 == 0 || $key == count($home_trainings) - 1) {{-- End of row --}}
@endif @endif @endforeach
Explore Our Courses
@else

No Data Found

@endif

Blogs

@if (count($blogs) > 0) @foreach ($blogs as $blog)
  • {{ $blog->created_at ? $blog->created_at->format('d/m/Y') : '' }}

{{ $blog->title}}

Read More
@endforeach @endif

@endsection