@extends('layout_inner_page') @section('title') {{ $seo_setting->seo_title }} @endsection @section('front-content') @include('breadcrumb')
{{ getTranslatedValue($about_us, 'est_year') }}

{{ getTranslatedValue($about_us, 'short_title') }}

{{ getTranslatedValue($about_us, 'title') }}

{{ getTranslatedValue($about_us, 'description') }}

  • {{ getTranslatedValue($about_us, 'item_one_title') }}

    {{ getTranslatedValue($about_us, 'item_one_description') }}

  • {{ getTranslatedValue($about_us, 'item_two_title') }}

    {{ getTranslatedValue($about_us, 'item_two_description') }}

{{ __('translate.Contact Us') }}

{{ getTranslatedValue($popular_department, 'short_title') }}

{{ getTranslatedValue($popular_department, 'title') }}

{{ getTranslatedValue($popular_department, 'description') }}

{{ getTranslatedValue($popular_department, 'department_one') }}

{{ getTranslatedValue($popular_department, 'department_two') }}

{{ getTranslatedValue($popular_department, 'department_three') }}

{{ getTranslatedValue($popular_department, 'department_four') }}

{{ getTranslatedValue($about_video, 'video_title') }}

{{ __('translate.Get In Touch') }}:

{{ getTranslatedValue($about_video, 'email') }}

{{ __('translate.or') }}

{{ __('translate.Get In Touch') }}:

{{ getTranslatedValue($about_video, 'phone') }}

{{ __('translate.BLOG & ARTICLES') }}

{{ __('translate.Take A Look At The Latest') }}
{{ __('translate.Articles') }}

@foreach ($blogs->take(3) as $blog)
@endforeach
@endsection