@stack('styles')
@auth
@yield('page-title', 'Dashboard')
{{-- === KANAN TOPBAR === --}}
@hasSection('header-actions')
@yield('header-actions')
@endif
3
Welcome, {{ Auth::user()->full_name }}
{{ ucfirst(Auth::user()->role) }}
@yield('content')
@else
@yield('content')
@endauth
@auth @endauth @stack('scripts')