@extends('admin.layout.content') @section('content')

Laporan Masa Tanam

Pilih periode masa tanam untuk melihat laporan detail.

download Unduh Semua (Excel)
@foreach($periods as $period) @endforeach @if($periods->isEmpty())
Belum ada data masa tanam.
@endif
@endsection