@extends('auth::layouts.morvinnav') @section('main')

TAHUN PENDAFTARAN

@if (Session::has('success')) @endif @if ($errors->any()) {!! implode( '', $errors->all(''), ) !!} @endif
{{-- tambahkan data --}}
{{-- table data --}}
@foreach ($years as $index => $year) @endforeach
No Tahun Status Aksi
{{ $index + 1 + ($page_detail['page'] - 1) * $page_detail['per_page'] }} {{ $year->year }} @if ($year->status == 1) Aktif @else Nonaktif @endif
{{-- jumlaah --}} Menampilkan data dari {{ $page_detail['awal'] }} sampai {{ $page_detail['end'] }} dengan total {{ $page_detail['total'] }} data {{-- on later --}} {{ $years->links('pagination::bootstrap-4') }} {{-- on later --}} {{-- {{ $fakultas->links('pagination::bootstrap-4') }} --}}
@endsection