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

Plantation verified List Welcome to TOF

Plantation Verified List

@if ($message = Session::get('success'))

{{ $message }}

@endif @if ($message = Session::get('failed'))

{{ $message }}

@endif
@if(!empty($plantationList) && $plantationList->count()) @foreach($plantationList as $key => $plantationObject) @endforeach @else @endif
Arn No Name Plantation Type Mobile Created Date Assigned To Action
{{ $plantation->arn_no }} {{ $plantation->name_of_pattadar }} {{ $plantation->plantationType->plantation_initial_range }} to {{ $plantation->plantationType->plantation_final_range }} KM {{ $plantation->mobile_no }} {{ $plantation->created_at->format('d-m-Y') }} {{ $plantation->adminPlantationMap ? $plantation->adminPlantationMap->user->name : "Not Assigned" }}
No Plantation found!
{!! $plantationList->links() !!}
@include('layouts.footer')
@yield('script') @endsection