count(); $jumlahPengajar = Pengajar::active()->count(); $jumlahJurusan = Jurusan::active()->count(); $jumlahPrestasi = Prestasi::active()->count(); $banners = Banner::active()->ordered()->get(); $pengajars = Pengajar::active()->ordered()->get(); $struktur = Struktur::active()->first(); return view('profil', compact( 'banners', 'pengajars', 'jumlahPengajar', 'jumlahJurusan', 'jumlahFasilitas', 'jumlahPrestasi', 'struktur' )); } }