@extends('layouts.app')
@section('title', $product->name)
@section('content')
Growing Zones: {{ $product->grows_well }} ({{ $product->growing_zones }})
{{ number_format($product->comments->avg('review') ?? 0, 1) }}
{{ $product->comments->count() }} Reviews {{ $item->user->name }} {{ $item->created_at->format('M d, Y') }}
{{ $item->comments }}
No Review Right Now
Pollination Info
Planting & Care
Related Resources
FAQs
@if ($product->organic != null)
@endif
@if ($product->plant_type != null)
Organic:
{{ $product->organic == 0 ? 'NO' : 'YES' }}
@endif
Type:
{{ $product->plant_type }}
@if ($product->lifecycle != null)
Hierloom:
{{ $product->hierloom == 0 ? 'NO' : 'YES' }}
@endif
@if ($product->mature_height != null)
Lifecycle:
{{ $product->lifecycle }}
@endif
@if ($product->mature_width != null)
Mature Height:
{{ $product->mature_height }}
@endif
@if ($product->sunlight != null)
Mature Width:
{{ $product->mature_width }}
@endif
@if ($product->growth_rate != null)
Sunlight:
{{ $product->sunlight }}
@endif
@if ($product->planting_season != null)
Growth Rate:
{{ $product->growth_rate }}
@endif
@if ($product->year_to_bear != null)
Planting Season:
{{ $product->planting_season }}
@endif
@if ($product->does_not_ship_to != null)
Year to Bear:
{{ $product->year_to_bear }}
@endif
@if ($product->grows_well != null)
Does Not Ship To:
{{ $product->does_not_ship_to }}
@endif
Grows Well In Zones:
{{ $product->grows_well }}
Customer
Reviews & Photos
@for ($rating = 5; $rating >= 1; $rating--)
@forelse ($product->comments as $item)
Recommended for you