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

Approve/Reject List Welcome to TOF

Approve/Reject List

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

{{ $message }}

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

{{ $message }}

@endif
@if(!empty($plantationList) && $plantationList->count()) @foreach($plantationList as $key => $plantation) @endforeach @else @endif @if(!empty($coList) && $coList->count()) @foreach($coList as $key => $plantation) @endforeach @endif
Arn No Name Plantation Type Mobile Created Date Status Updated By Updated at
{{ $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}}
No Plantation found!
{{ $plantation->arnco_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->coStatusLogLatest && $plantation->coStatusLogLatest->user ? $plantation->coStatusLogLatest->user->name : null}} {{ $plantation->coStatusLogLatest ? $plantation->coStatusLogLatest->created_at->format('d-m-Y') : null}}
{!! $plantationList->links() !!}
@endsection