@yield('page-title', 'Administration')

{{ substr(Auth::user()->name, 0, 1) }}
{{ Auth::user()->name }}
@yield('content')