@extends('layouts.master') @section('content') Application for Certificate of Origin Welcome to TOF ASSAM-TOF Edit Plantation Edit Plantation @csrf Personal Details Name of the Pattadar (Shri) * @error('name_of_pattadar') {{ $message }} @enderror Address (Hno, Street etc) * {{ $plantation->coAddressDetail->address_pattadar }} @error('address_pattadar') {{ $message }} @enderror Village * @error('village') {{ $message }} @enderror Postoffice * @error('post_office') {{ $message }} @enderror Pin Code * @error('pin_code') {{ $message }} @enderror Policestation * @error('police_station') {{ $message }} @enderror District * Plantation Type * Parental Details Fathers Name :(Sri/Late) * Address (Hno, Street etc) * {{ $plantation->father_address }} @error('father_address') {{ $message }} @enderror Village * @error('father_village') {{ $message }} @enderror Postoffice * @error('father_post_office') {{ $message }} @enderror Pin Code * @error('father_pin_code') {{ $message }} @enderror Policestation * @error('father_police_station') {{ $message }} @enderror District * Contact Information Mobile Number * @error('mobile_no') {{ $message }} @enderror Email Address * @error('email_id') {{ $message }} @enderror About plantation in land Dag Number @error('p_dag_no') {{ $message }} @enderror Pattano @error('patta_no') {{ $message }} @enderror Mouza @error('p_mouza') {{ $message }} @enderror Revenue Circle Area of the Plot (in Bigha or Hect) Area of Plot @error('area_of_plot') {{ $message }} @enderror Year of issue of Patta @error('year_of_patta_issue') {{ $message }} @enderror Nature of Patta Details Of Outturn Of The Trees Whether the Plantation is Registered? Yes No Registration Number Validate TMB Of the trees Relevant LMB Page No. Species Select Species @foreach($species as $specie) {{ $specie->name }} ({{ $specie->scientific_name }}) @endforeach No. of pieces of the outturn Total length of the pieces in m Total vol of the outturn in cum Vol as per vol table for the particular girth class in cum Remarks Add More Sr.No. TMB Of the trees Relevant LMB Page No. Species No. of pieces of the outturn Total length of the pieces in m Total vol of the outturn in cum Vol as per vol table for the particular girth class in cum Percentage of deviation of vol Remarks if any @foreach($plantation->PiecePassingDetail as $PiecePassingDetail_record) {{$loop->iteration}} {{ $PiecePassingDetail_record->tmb_of_trees }} {{ $PiecePassingDetail_record->relevant_tmp_pgno }} @if(isset($PiecePassingDetail_record->species)) {{ $PiecePassingDetail_record->species->name }}({{ $PiecePassingDetail_record->species->scientific_name }}) @endif {{ $PiecePassingDetail_record->no_of_pieces_outturn }} {{ $PiecePassingDetail_record->total_length_pieces }} {{ $PiecePassingDetail_record->total_vol_of_outturn }} {{ $PiecePassingDetail_record->vol_as_per_table }} N/A {{ $PiecePassingDetail_record->remarks }} @endforeach Log Measurement Book Page Nos * {{ $plantation->PiecePassingMst->Log_book_pgnos }} Recommedations of the ACF * {{ $plantation->PiecePassingMst->recommedations_acf }} Save & Preview @endsection