1024">
@auth
Selamat datang,
{{ Auth::user()->name }}
{{ substr(Auth::user()->name, 0, 1) }}
@endauth
@yield('content')
@stack('scripts')