@extends('layouts.app')
@section('metades')
@endsection
@section('title')
Smart Education
@endsection
@section('css')
@endsection
@section('content')
{{$data['shortDescription']}}
{{$data['longDescription']}}
@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')
@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']}}
@endif;
@if($item['title']=='Testimonial')
{{$item['title']}}
{{$item['shortDescription']}}
@if(count($item['dynamicSections']) > 0)
@foreach($item['dynamicSections'] as $dynamicSection)
{{$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']}}.
@endif;
@endforeach;
@endsection
@push('scripts')
@endpush