@extends('layouts.master') @section('content')

Edit Plantation Welcome to TOF

Personal Information

@csrf
Parental Details

Contact Information

About plantation in land

Details of plantation

@foreach($plantation->plantationSpecies as $PlantationSpecie) @endforeach
Sr.No. Year Of Creation No Of Plants Species Spacing Average Height Average Girth Plantation Area
{{$loop->iteration}} {{ $PlantationSpecie->years_of_creation }} {{ $PlantationSpecie->no_of_trees }} @if(isset($PlantationSpecie->species)) {{ $PlantationSpecie->species->name }} @endif {{ $PlantationSpecie->spacing }} {{ $PlantationSpecie->average_height }} {{ $PlantationSpecie->average_girth }} {{ $PlantationSpecie->area }}

List of documents to be submitted


Plantation Notes

@endsection