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

Plantation Welcome to TOF

Plantation List

@if(!empty($plantationList) && $plantationList->count()) @foreach($plantationList as $key => $plantation) @endforeach @else @endif
ARN Number Name Father Name Mobile Email Status Created Date Action
{{ $plantation->arnco_no }} {{ $plantation->name_of_pattadar }} {{ $plantation->father_name }} {{ $plantation->mobile_no }} {{ $plantation->email_id }} {{ $plantation->status }} {{ $plantation->created_at->format('d-m-Y') }} @if($plantation->status=='Approved') @endif @if($plantation->status=='Assigned' || $plantation->status=='Inprogress' || $plantation->status=='Submitted' || $plantation->status=='Resubmitted' || $plantation->status=='Rejected') @endif
No Plantation found!
{!! $plantationList->links() !!}
@include('layouts.footer')
@endsection