@extends('layouts.app') @section('title', 'Nursery Management - Blackberry Farm') @section('content')
Manage your plant suppliers and nurseries
Track contact information, purchase history, and ratings
| Nursery Name | Contact Person | Location | Phone | Rating | Status | Actions | |
|---|---|---|---|---|---|---|---|
|
🏪 {{ $nursery->name }}
@if($nursery->website)
🌐 Website @endif |
{{ $nursery->contact_person ?: '-' }} | @if($nursery->city || $nursery->state) {{ $nursery->city }}{{ $nursery->city && $nursery->state ? ', ' : '' }}{{ $nursery->state }} @else - @endif | @if($nursery->phone) {{ $nursery->phone }} @else - @endif | @if($nursery->email) {{ $nursery->email }} @else - @endif | @if($nursery->average_rating) @else Not rated @endif | {{ ucfirst($nursery->status) }} | View Edit |
Start by adding nurseries where you purchase your blackberry plants.
Track contact information, purchase history, and ratings for each supplier.
🏪 Add Your First Nursery