{{ Session::get('success') }}
@endif
@if ($errors->any())
{!! implode(
'',
$errors->all('
:message
'),
) !!}
@endif
{{-- tambahkan data --}}
{{-- table data --}}
{{-- jumlaah --}}
Menampilkan data dari {{ $page_detail['awal'] }} sampai
{{ $page_detail['end'] }} dengan total
{{ $page_detail['total'] }} data
{{ $kategori_prodi->links('pagination::bootstrap-4') }}
No | Nama Kategori | Status | Aksi |
---|---|---|---|
{{ $index + 1 + ($page_detail['page'] - 1) * $page_detail['per_page'] }} | {{ $kategori->name }} | @if ($kategori->status == 1) Aktif @else Nonaktif @endif | @endforeach |