@include('meta') @yield('head') {{-- --}} {{-- --}} @if (config('active_locales') && config('active_locales')->firstWhere('code', App::getLocale())->rtl) @else @endif @include('website.layouts.script_head') @yield('css') {{--@if (isset($global_announcement))--}} {{--
--}} {{-- {!! $global_announcement->parsed_body !!}--}} {{-- @if ($global_announcement->action_url)--}} {{-- --}} {{-- --}} {{-- {{ $global_announcement->action_text }}--}} {{-- --}} {{-- --}} {{-- @endif--}} {{--
--}} {{--@endif--}} @include('website.layouts.header') @if (count($errors) > 0) @endif @yield('content') {{--
--}} {{-- busy...--}} {{--
--}} @include('website.layouts.footer') @unless(Auth::guard('customer')->check()) @include('website.customer.auth.modals') @endunless @include('website.notifications') @include('website.scripts.appjs') @yield('script')