@extends('layouts.app') @section('metades') @endsection @section('title') Smart Education @endsection @section('css') @endsection @section('content')

{{$data['shortDescription']}}

{{$data['longDescription']}}

Facebook Instagram YouTube

(+91) 9932053428
(+91) 9832153428

Email
director@smarteducation.org.in

@foreach($data['moduleItems'] as $item) @if($item['title'] =='Our Courses')

{{$item['title']}}

{{$item['shortDescription']}}

@if(count($item['dynamicSections']) > 0)
@foreach($item['dynamicSections'] as $dynamicSection) @endforeach;
@endif
@endif; @if($item['title']=='About Us')
About Us

{{$item['title']}}

{{$item['shortDescription']}}

{{$item['longDescription']}}.

World Class

100% Preparation

Affordable

Always Available

Know More
@endif; @if($item['title']=='Take A Test')

{{$item['title']}}t

{{$item['shortDescription']}}

@if(count($item['dynamicSections']) > 0)
@foreach($item['dynamicSections'] as $dynamicSection) @endforeach;
@endif;
@endif; @if($item['title']=='For College/University & Corporate Sector')

{{$item['title']}}

{{$item['shortDescription']}}

Contact Us

Offer
@endif; @if($item['title']=='Testimonial')

{{$item['title']}}

{{$item['shortDescription']}}

@if(count($item['dynamicSections']) > 0)
@foreach($item['dynamicSections'] as $dynamicSection)
Testimonial
Rating

{{$dynamicSection['title']}}

{!! $dynamicSection['description'] !!}.

Sounak Kundu

Student, Midnapore
@endforeach;
@endif;
@endif; @if($item['title']=='Our Principles')

{{$item['title']}}

{{$item['shortDescription']}}

@if(count($item['dynamicSections']) > 0)
@foreach($item['dynamicSections'] as $dynamicSection)

{{$dynamicSection['title']}}

{!! $dynamicSection['description'] !!}

Know More

@endforeach;
@endif;
@endif; @if($item['title']=='Become A Part Of Our Team')

{{$item['title']}}

{{$item['shortDescription']}}.

Contact Us

@endif; @endforeach; @endsection @push('scripts') @endpush