@extends('frontend.layouts.master') @section('pageTitle') @lang('site.menu_home') @endsection @section('extraStyle') @endsection @section('pageContent')

@lang('site.about_us')

@if($aboutContent)

@lang('site.why_we')

{{ $aboutContent->why_content }}

@if($aboutContent->key_point_1_title)
{{$aboutContent->key_point_1_title}}
{!! $aboutContent->key_point_1_content !!}
@endif @if($aboutContent->key_point_2_title)
{{$aboutContent->key_point_2_title}}
{!! $aboutContent->key_point_2_content !!}
@endif @if($aboutContent->key_point_3_title)
{{$aboutContent->key_point_3_title}}
{!! $aboutContent->key_point_3_content !!}
@endif @if($aboutContent->key_point_4_title)
{{$aboutContent->key_point_4_title}}
{!! $aboutContent->key_point_4_content !!}
@endif @if($aboutContent->key_point_5_title)
{{$aboutContent->key_point_5_title}}
{!! $aboutContent->key_point_5_content !!}
@endif
@if($aboutImages) @else
@lang('site.empty_content')
@endif
@else
@lang('site.empty_content')
@endif

@if($aboutContent && $aboutContent->intro_video_embed_code)
{!! $aboutContent->intro_video_embed_code !!}

@lang('site.about_us_more')

{{ $aboutContent->who_we_are }}

@if($aboutContent->video_site_link)



@lang('site.about_us_more2') @endif

@endif

@lang('site.service')

@if($ourService)

{{$ourService->meta_value}}

@else

@lang('site.empty_content')

@endif

@if($statistic)
0
@lang('site.stat_students')
0
@lang('site.stat_teachers')
0
@lang('site.stat_college')
0
@lang('site.stat_books')
@else

@lang('site.empty_content')

@endif

@lang('site.testimonials')


@lang('site.get_in')

@lang('site.drop_email')

@endsection @section('extraScript') @endsection