@extends('layouts.app') @push('title', 'Data Tanah') @section('content') @push('other-css') @endpush

Data Lahan

Data Lahan

@foreach ($lands as $land) @endforeach
No Nama Lahan Deskripsi Action
{{ $loop->iteration }} {{ $land->name }} {{ $land->description }}
{{-- add modal --}} {{-- edit modal --}}
@push('other-js') @endpush @endsection