@extends('web.layouts.container') @section('breadcrumb') @endsection @section('content')
{{__('abouts.brief_about_us')}}

{{__('abouts.mkn_education_platform')}}

{!! $about ?? null ? $about->description['description_'.getCurrentLocale()] : '' !!}

about first image about second image
{{__('abouts.online_courses')}}
{{__('abouts.online_courses')}}

{{count($details) > 2 ? $details[2] : 0}}

{{__('abouts.guaranteed_success')}}
{{__('abouts.guaranteed_success')}}

{{count($details) > 2 ? $details[1] : 0}}

{{__('abouts.best_teachers_about')}}
{!! __('abouts.best_teachers_about') !!}

{{count($details) > 2 ? $details[0] : 0}}

{{count($statistics) > 3 ? $statistics[3] : 0}}
{!! __('abouts.best_teachers') !!}
{{__('abouts.best_teachers')}}
{{count($statistics) > 3 ? $statistics[2] : 0}}
{!! __('abouts.special_courses') !!}
__('abouts.special_courses')
{{count($statistics) > 3 ? $statistics[1] : 0}}
{!! __('abouts.special_students') !!}
{{__('abouts.special_students')}}
{{count($statistics) > 3 ? $statistics[0] : 0}}
{!! __('abouts.years_of_experience') !!}
{{__('abouts.years_of_experience'}}

{{__('abouts.our_special_team')}}

{{__('abouts.meat_best_teachers')}}

@endsection @section('inner_js') @endsection