@if (in_array(app()->getLocale(), ['ar', 'arbh', 'eg-ar', 'fa', 'prs', 'ps', 'ur']))
@else
@endif
@hasSection('title') @yield('title') | @endif {{ get_option('general')['title'] ?? config('app.name') }}
@include('business::layouts.partials.css')
@include('business::layouts.partials.side-bar')
@include('business::layouts.partials.header')
@yield('main_content')
@include('business::layouts.partials.footer')
@stack('modal')
@include('business::layouts.partials.script')