🌽 JagungKu
Home
Diagnosis
@auth
Riwayat
@endauth @auth
👤 {{ Auth::user()->name }}
@csrf
Logout
@else
Login
@endauth
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@yield('content')