@extends('admin.layout.content') @section('content')
Kelola periode musim tanam, modal, dan hasil panen untuk setiap produk.
| No | Kode Periode | Produk | Status | Aksi |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $period->period_code }} | {{ $period->product->product_name ?? '-' }} | @php $statusClass = match($period->status) { 'berlangsung' => 'bg-info', 'panen' => 'bg-warning', 'selesai' => 'bg-secondary', default => 'bg-secondary', }; @endphp {{ ucfirst($period->status) }} |
{{-- Tombol Detail --}}
{{-- Tombol Edit --}}
{{-- Tombol Hapus --}}
|
| Belum ada data periode masa tanam yang tersedia. | ||||