@extends('layouts.app') @section('title', 'Plant Management - Blackberry Farm') @section('content')
Track and manage your blackberry plants
| Plant ID | Variety | @if(isset($fields))Field | @endifLocation | Status | Planted | Actions |
|---|---|---|---|---|---|---|
| 🫐 {{ $plant->plant_id }} | {{ $plant->variety_name ?? 'Unknown' }} | @if(isset($fields)){{ $plant->field_name ?? 'Unassigned' }} | @endif{{ $plant->location ?? 'Not specified' }} | {{ ucfirst($plant->status) }} | {{ $plant->planted_date ? date('M j, Y', strtotime($plant->planted_date)) : 'Unknown' }} |
Start building your blackberry farm by adding your first plant.
You can track up to 10,000+ plants with individual QR codes and detailed records.
🌱 Add Your First PlantQuick Start: Add your 40 Prime Ark Freedom plants to begin tracking growth and production.