@extends('layouts.master') @section('title', 'Agro Pro - Plants') @section('content')
Plants
PLANTS {{ $plants->count() }}
@foreach($plants as $plant) {{$plant->plant_name}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection