@extends('layouts.app') @section('title', 'Periode') @section('page-title', 'Manajemen Periode') @section('content')
| No | Nama Periode | Tahun | Tanggal | Status | Aksi |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $p->nama_periode }} | {{ $p->tahun }} | {{ $p->tanggal_mulai }} s/d {{ $p->tanggal_selesai }} | {{ $p->status }} | Edit @if($p->status !== 'aktif') @endif |
| Belum ada periode | |||||