@yield('page_title', 'Welcome back')

Managing: {{ auth()->user()->name }}

{{ substr(auth()->user()->name, 0, 1) }}
@if(session('success'))
{{ session('success') }}
@endif @yield('dashboard_content')