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