Home
{{-- Semua Program --}} @foreach (App\Models\Program::take(5)->get() as $program) {{ $program->title }} @endforeach
Semua Kegiatan @foreach (App\Models\Activity::take(5)->get() as $activity) {{ $activity->title }} @endforeach
Artikel Berita
Layanan Contact
@auth
@if (auth()->user()->hasRole('admin')) Admin Dashboard @endif @if (auth()->user()->hasRole('alumni')) Alumni Dashboard @endif Ubah Password
@csrf
@else Login @endauth
Home
{{-- Semua Program --}} @foreach (App\Models\Program::take(3)->get() as $program) {{ $program->title }} @endforeach
Semua Kegiatan @foreach (App\Models\Activity::take(3)->get() as $activity) {{ $activity->title }} @endforeach
Artikel Berita
Layanan Contact
@guest
Guest
Please login to access more features
Login
@else
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@if (auth()->user()->hasRole('admin')) Admin Dashboard @endif @if (auth()->user()->hasRole('alumni')) Alumni Dashboard @endif Ubah Password
@csrf
@endguest