@extends('layouts.master') @section('content') @if(session('sukses')) @endif @if(session('warning')) @endif @if ($errors->any())
Peringatan :
@endif

Data Tahun Pelajaran



@foreach($data_tapel as $tapel) @endforeach
No. Tahun Pelajaran Semester Aksi
{{$no}} {{$tapel->tahun}} {{$tapel->semester}} Edit @if (auth()->user()->role == 'admin') Hapus @endif
@endsection