@extends('partials.master') @section('title','Tahun Pelajaran') @section('content')
Selected
@php $i = 0; $i++; @endphp @foreach ($tahun_pelajaran as $index => $tp) @endforeach
No Tahun Pelajaran Status Actions
{{ $i++ }} {{ $tp->tahun_pelajaran }} {{ $tp->status }} Actions
@if($message = Session::get('success')) @elseif($message = Session::get('failed')) @endif @endsection