@extends('layouts.app') @section('title', $config['title']) @section('page-title', $config['title']) @section('content') @include('partials.alerts')
@csrf
@if($type === 'program-studi')
@endif @if(in_array($type, ['kelas', 'angkatan'], true))
@endif
Daftar {{ $config['title'] }}
Kembali
@if($type === 'program-studi')@endif @if(in_array($type, ['kelas', 'angkatan'], true))@endif @forelse($items as $item) @csrf @method('PUT') @if($type === 'program-studi') @endif @if(in_array($type, ['kelas', 'angkatan'], true)) @endif @empty @endforelse
Nama/DataFakultasStatusAksi
@csrf @method('DELETE')
Belum ada data.
{{ $items->links() }}
@endsection