@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('layouts.business.partials.css')
@yield('main_content')
@include('layouts.business.partials.script')