@extends('layouts.master') @section('title', 'Agro Pro - Crop List') @section('content')
Crop List
ALL CROPS {{$cropLists->count() }}
@foreach($cropLists as $cropList) {{$cropList->plant_name}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection