{{-- NProgress CSS (local) --}} @stack('styles')
@yield('topbar_title')
Avatar
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content') {{-- Modals rendered inside so fast-nav can update them --}} @yield('modals') {{-- Page-specific scripts rendered inside so fast-nav can evaluate them --}} @stack('scripts')
{{-- NProgress + Fast Navigation (tanpa reload) --}}