@extends('layouts.app') @section('title','Year list') @section('content')
@foreach ($years as $item) @endforeach
# Name Action
{{ $loop->iteration }} {{ $item->name }}
@endsection @push('delete')
@csrf @method('delete')
@endpush