@stack('meta')
{!! $title !!}
{{-- Caching using Service Worker --}}
@if (config('app.env') === 'production' && setting('service_worker_enabled'))
@else
@endif
@toastifyCss
@stack('styles')
class(['antialiased']) }}>
@stack('pre-content')
{{ $slot }}
@stack('templates')
{{-- Core --}}
{{-- Plugins --}}
{{-- Language Script --}}
{{-- Custom Scripts --}}
@toastifyJs
@if (isset($errors) && $errors->any())
@endif
@stack('scripts')