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

Division List Welcome to TOF

Division List

@if(!empty($divisionList) && $divisionList->count()) @foreach($divisionList as $key => $division) @endforeach @else @endif
Name Created Date Action
{{ $division->name }} {{ $division->created_at->format('d-m-Y') }}
@csrf
No Plantation found!
{!! $divisionList->links() !!}
@include('layouts.footer')
@endsection