@extends('layouts.app') @section('title', 'tahun') @section('content')

Daftar Tahun

@if ($tahun->count() > 0) @foreach ($tahun as $item) @endforeach
No Nama tahun Aksi
{{ $loop->iteration }} {{ $item->tahun }}
@csrf @method('DELETE')
Edit
@else

Data tahun masih kosong

@endif
@endsection