@vite('resources/css/app.css') {{-- Font | Google Fonts --}} {{-- Icon | Font Awesome --}}
@yield('content') @if(Auth::check())

Halo, {{ Auth::user()->name }}

@else

Kamu belum login

@endif