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

Plantation Welcome to TOF

Plantation List

@if(!empty($plantationAssign) && $plantationAssign->count()) @foreach($plantationAssign as $key => $value) @endforeach @else @endif
Arn No Name Plantation Type Mobile Created Date Assigned Date Action
{{ $value->plantation->arn_no }} {{ $value->plantation->name_of_pattadar }} {{ $value->plantation->plantationType->plantation_initial_range }} to {{ $value->plantation->plantationType->plantation_final_range }} KM {{ $value->plantation->mobile_no }} {{ $value->plantation->created_at->format('d-m-Y') }} {{ $value->created_at->format('d-m-Y') }}
No Plantation found!
{!! $plantationAssign->links() !!}
@include('layouts.footer')
@endsection