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

Application for Certificate of Origin Welcome to TOF

Edit Plantation

@csrf
Personal Details

@error('name_of_pattadar') {{ $message }} @enderror
@error('address_pattadar') {{ $message }} @enderror
@error('village') {{ $message }} @enderror
@error('post_office') {{ $message }} @enderror
@error('pin_code') {{ $message }} @enderror
@error('police_station') {{ $message }} @enderror
@error('district_id') {{ $message }} @enderror
@error('plantation_type_id') {{ $message }} @enderror

Parental Details

same_personal_address==1) checked @endif>Same Addess

@error('father_name') {{ $message }} @enderror
@error('father_address') {{ $message }} @enderror
@error('father_village') {{ $message }} @enderror
@error('father_post_office') {{ $message }} @enderror
@error('father_pin_code') {{ $message }} @enderror
@error('father_police_station') {{ $message }} @enderror
@error('father_district_id') {{ $message }} @enderror

Contact Information

@error('mobile_no') {{ $message }} @enderror
@error('email_id') {{ $message }} @enderror

About plantation in land

@error('p_dag_no') {{ $message }} @enderror
@error('patta_no') {{ $message }} @enderror
@error('p_mouza') {{ $message }} @enderror
@error('land_district_id') {{ $message }} @enderror
@error('revenue_circle_id') {{ $message }} @enderror
coAreaDetail->area_of_plot_unit == "hectares") checked @endif>Hectares
coAreaDetail->area_of_plot_unit == "bigha") checked @endif>Bigha
@error('area_of_plot_unit') {{ $message }} @enderror
@error('area_of_plot') {{ $message }} @enderror
@error('year_of_patta_issue') {{ $message }} @enderror
coAreaDetail->nature_of_patta == "Annual") checked @endif>Annual
coAreaDetail->nature_of_patta == "Periodical") checked @endif>Periodic
coAreaDetail->nature_of_patta == "Special Grant") checked @endif>special grant

Details of plantation

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


Purpose of Operation


Consignee Address Details


Tea Gardens Details


List of documents to be submitted



List of documents to be submitted in case of tree(s)/plantation registered


Plantation Notes

@endsection