@php
$lang=Illuminate\Support\Facades\App::getLocale();
(Illuminate\Support\Facades\App::getLocale()=='en')? $dir='ltr' : $dir='rtl';
@endphp
@yield('page_title',env('APP_NAME'))
@if($lang=='ar')
@endif
@yield('custom-styles')
@include('front.layout.header')
@yield('content')
@include('front.layout.footer')