@extends('layouts.master')
@section('content')
{{ $message }} {{ $message }}Approve/Reject List
Welcome to TOF
Approve/Reject List
{!! $plantationList->links() !!}
@if(!empty($plantationList) && $plantationList->count())
@foreach($plantationList as $key => $plantationObject)
Arn No
Name
Plantation Type
Mobile
Created Date
Status
Updated By
Updated at
@endforeach
@else
{{ $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->status }}
{{ $plantation->plantationStatusLogLatest && $plantation->plantationStatusLogLatest->user ? $plantation->plantationStatusLogLatest->user->name : null}}
{{ $plantation->plantationStatusLogLatest ? $plantation->plantationStatusLogLatest->created_at->format('d-m-Y') : null}}
@endif