@extends('frontend.layouts.master') @section('content')
@foreach($banners as $k=>$v)

{{$v->title}}

{{$v->description}}

@if($v->show_form)

For seat Reservation
call
{{$setting->phone_no}}

OR

Fill in the form and we will contact you.

@endif
@endforeach
@if(@$notice) @if($notice->isNotEmpty())
@endif @endif @if(@$about)
    @if(@$about->first_image)
  • @endif @if(@$about->long_image)
  • @endif

Introduction to

{{@$about->title}}

{!!Str::words(strip_tags($aboutUs->description),50,'...')!!}
@endif @if(@$news) @if($news->isNotEmpty())

Our News & Announcement

Our latest news and announcement from GJC. Please be updated with us

@foreach($news as $v)
{{date('dS F Y',strtotime($v->event_date))}}

{{$v->title}}

{!!Str::words(strip_tags($v->description),15,'...')!!}

Read more
@endforeach {{--
24th Jan 2024

Why You Should Read Every Day

Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing

Read more
24th Jan 2024

Why You Should Read Every Day

Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing

Read more
--}}
@endif @endif @if(@$chairman)
@if(@$chairman->image) @endif

Few Words

From Chairman

{!!Str::words(strip_tags($chairman->description),50,'...')!!}

Read more

{{@$chairman->name}}

@endif @if(@$events) @if($events->isNotEmpty()) @endif @endif

FAQ

Frequently Asked Questions

@foreach($faqs as $k=>$v)

{!!strip_tags($v->description)!!}
@endforeach
@include('frontend.includes.quickcontact')

Testimonials

Best words from Parents

@foreach($testimonials as $k=>$v)

{!!strip_tags($v->description)!!}

{{$v->name}}

@endforeach

We are progressive, ethical and highly successful.

Contact Us
@endsection