@extends('layout.app') @section('title', 'Data Panen') @section('content')

Data Panen

@foreach ($postings as $index => $posting) @endforeach
No Tanaman Luas Tanah Deskripsi Hasil Panen
{{ $index + 1 }} {{ $posting->tanaman }} {{ $posting->luas_tanah }} {{ $posting->deskripsi_hasil_panen }}
@endsection