@includeWhen(config('app.GOOGLE_ANALYTICS'), 'core::partials.google-analytics') @yield('title', config('app.name')) @stack('head')
@if($errors->any())
@endif @if (session('error'))
{!! session('error') !!}
@endif
{{-- Modal --}} {{-- End Modal --}}