@stack('styles')

Calendar
@yield('content')
@if (session('status')) @endif @if(isset($errors) && $errors->any()) @foreach($errors->all() as $error) @endforeach @endif @stack('scripts') @stack('modals')