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

@lang('home.about_us')

@if($info != null)

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

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

@endif
@if($info != null) @endif
@if($info != null) @endif
@if($info != null)

@lang('home.who_we_are_working')

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

@endif
@if($info != null)

@lang('home.mission')

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

@lang('home.vision')

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

@endif
@stop