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