@extends('front.layouts.main') @section('meta_tags') @lang('home.about_us') | {{@$setting->translation->title}} @stop @section('content')

@lang('home.about_us')

{{ @$info->translations->where('lang_id',$active_lang->id)->first()->title }}

{{ @$info->translations->where('lang_id',$active_lang->id)->first()->content }}
@lang('home.Chairman_of_Board_of_Directors')

{{ @$info->translations->where('lang_id',$active_lang->id)->first()->who_we_are_working }}

@lang('home.vision')

{{ @$info->translations->where('lang_id',$active_lang->id)->first()->mission }}

@lang('home.principles')

{{ @$info->translations->where('lang_id',$active_lang->id)->first()->goals }}

@include('front.layouts.subscription_mail')
@stop