@extends('front.master') @section('title', 'About') @section('content')
@if ($abouts->count() > 0) @foreach ($abouts as $about)

{{ $about->title ?? ""}}

{!! $about->description ?? "" !!}

Event Details
@endforeach @else

No Data found.

@endif

Our Mission

Our mission is to inspire professionals and students by bringing new styles of teaching and learning to educational institutions worldwide.

Our Vision

Our vision is to bridge the gap between traditional approaches to education, the “now”, and its future.

Join Our Growing
List of Success Stories

@if ($clients->count() > 0) @foreach ($clients as $client)
icon
@endforeach @else

No clients image found.

@endif

Meet the
Generation Z Founders

@if ($aboutsMeets->count() > 0) @foreach ($aboutsMeets as $aboutsMeet) @endforeach @else

No Team found.

@endif
@endsection