@extends('front.layout.app') @section('title') @if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $menu['ar']['view.about'] }}@else{{ $menu['en']['view.about'] }} @endif @stop @section('content')

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $menu['ar']['view.about'] }}@else{{ $menu['en']['view.about'] }} @endif

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $about->title_ar }}@else{{ $about->title }} @endif

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $about->description_ar }}@else{{ $about->description }} @endif

فريقنا

@foreach($teams as $team)

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $team->name_ar }}@else{{ $team->name }} @endif

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $team->position_ar }}@else{{ $team->position }} @endif
@endforeach

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $about->sub_title_ar }}@else{{ $about->sub_title }} @endif

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $about->mission_ar }}@else{{ $about->mission }} @endif

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $about->message_ar }}@else{{ $about->message }} @endif

@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $about->vision_ar }}@else{{ $about->vision }} @endif

عملائنا الرائعين كان من دواعي سرورنا العمل معهم!

@endsection @section('js') @endsection