@stack('styles')
@yield('breadcrumb', 'Dashboard')
{{ Auth::user()->name }}
Profile
@csrf
Log out
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@isset($slot) {{ $slot }} @else @yield('content') @endisset
@stack('scripts')