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

Pre-View Plantation Welcome to TOF

Pre-View Plantation

@csrf

Profile

Address Details

User Address Details

Father Address Details

Area

Species

@foreach($plantation->plantationSpecies as $key => $value) @endforeach
# Species Years Of Creation Area No Of Trees Average Height Average Girth Boundary Description
{{ $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 }}

Attached Documents

@foreach($documents as $initKey => $initValue)
{{ $i++ }}) {{ ucfirst(str_replace('_', ' ', $initKey)) }}
@foreach($initValue as $key => $value)
@endforeach

@endforeach
@include('layouts.footer')
@endsection