@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent

List {{ $title }}

@can('tahun_ajaran_create') Create @endcan
@can('tahun_ajaran_update') @endcan @can('tahun_ajaran_delete') @endcan @foreach ($prods as $item) @can('tahun_ajaran_update') @endcan @can('tahun_ajaran_delete') @endcan @endforeach
Nama Tanggal Awal Tanggal Akhir StatusEditDelete
{{ $item->nama }} {{ $item->tanggal_awal }} {{ $item->tanggal_akhir }} @if ($item->status==1) Aktif @else Non-Aktif @endif
@csrf @method('DELETE')
@endsection @section('script') @endsection