@if (app()->getLocale() == 'ar')
@else
@endif
@hasSection('title') @yield('title') | @endif {{ get_option('general')['title'] ?? config('app.name') }}
@include('layouts.web.partials.css')
@yield('main_content')
@include('layouts.web.partials.script')