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

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

@else

Kamu belum login

@endif @yield('content')