@extends('layouts.master') @section('content') Pre-View Plantation Welcome to TOF ASSAM-TOF Pre-View Plantation Pre-View Plantation @csrf Profile Name : {{ $plantation->name_of_pattadar }} Mobile : {{ $plantation->mobile_no }} Email : {{ $plantation->email_id }} Arn No : {{ $plantation->arn_no }} Plantation : {{ $plantation->plantationType->plantation_initial_range }} to {{ $plantation->plantationType->plantation_final_range }} KM P Dag No : {{ $plantation->p_dag_no }} P Dag No : {{ $plantation->p_dag_no }} Patta No : {{ $plantation->patta_no }} P Mouza : {{ $plantation->p_mouza }} Description : {{ $plantation->plantationType->description }} Please select : Remarks : Address Details User Address Details Address : {{ $plantation->plantationAddressDetail->address_pattadar }} Post Office : {{ $plantation->plantationAddressDetail->post_office }} Police Station : {{ $plantation->plantationAddressDetail->police_station }} Police Station : {{ $plantation->plantationAddressDetail->police_station }} Father Address Details Father Name : {{ $plantation->father_name }} Father Address : {{ $plantation->father_address }} Father Village : {{ $plantation->father_village }} Father Post Office : {{ $plantation->father_post_office }} Father Police Station : {{ $plantation->father_police_station }} Father District : {{ $plantation->father_district_id }} Please select : Remarks : Area Area Of Plot Unit : {{ $plantation->plantationAreaDetail->area_of_plot_unit }} Area Of Plot : {{ $plantation->plantationAreaDetail->area_of_plot }} Year Of Patta Issue : {{ $plantation->plantationAreaDetail->year_of_patta_issue }} Nature Of Patta : {{ $plantation->plantationAreaDetail->nature_of_patta }} Please select : Remarks : Species # Species Years Of Creation Area No Of Trees Average Height Average Girth Boundary Description @foreach($plantation->plantationSpecies as $key => $value) {{ $key+1 }} {{ $value->species ? $value->species->name : null }} {{ $value->years_of_creation }} {{ $value->area }} {{ $value->no_of_trees }} {{ $value->average_height }} {{ $value->average_girth }} {{ $value->boundary_description }} @endforeach Please select : Remarks : Attached Documents @foreach($documents as $initKey => $initValue) {{ $i++ }}) {{ ucfirst(str_replace('_', ' ', $initKey)) }} @foreach($initValue as $key => $value) Document: {{ $value->document_detail }} @endforeach Please select : Remarks : @endforeach @include('layouts.footer') @endsection
User Address Details
Father Address Details
Document: {{ $value->document_detail }}