@extends('layouts.master') @section('title', 'Agro Pro - Planting Area') @section('content')
Planting Areas
ALL PLANTING AREA {{ $fields->count() }}
@foreach($fields as $field) {{$field->field_name}} {{$field->field_address}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection