@extends('layouts.app') @section('title', 'Field Details - {{ $field->name }} - Blackberry Farm') @section('content')
Field Code: {{ $field->field_code }}
@endifField Details and Plant Management
No plants in this field yet
Add plants to start tracking growth@if($field->plants && $field->plants->count() > 0) This field has {{ $field->plants->count() }} plants. Deleting will mark the field as inactive. @else Permanently delete this field. This action cannot be undone. @endif