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

Data lahan

Data Lahan

@foreach ($lands as $land) @endforeach
No Pemilik Alamat Action
{{ $loop->iteration }} {{ $land->owner }} {{ $land->address }}, Kecamatan {{ $district->name }}, {{ $regency->name }}, Provinsi {{ $province->name }}
{{-- edit modal --}} {{-- --}}
@push('other-js') @endpush @endsection