@extends('layouts.master') @section('content') Plantation verified List Welcome to TOF ASSAM-TOF Plantation verified List Plantation Verified List @if ($message = Session::get('success')) {{ $message }} @endif @if ($message = Session::get('failed')) {{ $message }} @endif Arn No Name Plantation Type Mobile Created Date Assigned To Action @if(!empty($plantationList) && $plantationList->count()) @foreach($plantationList as $key => $plantationObject) {{ $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" }} file_download Approve Reject @endforeach @else No Plantation found! @endif {!! $plantationList->links() !!} @include('layouts.footer')
{{ $message }}
Remarks