@extends('layouts.structure') @section('content')
Plants
Create Plant
@if (session('success')) @endif @if (session('error')) @endif @forelse ($plants as $plant) @empty @endforelse
Name Actions
{{ $plant->name ?? 'No Name' }} Edit
@csrf @method('DELETE')
No plants found
@endsection