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