@extends('front.include.app') @section('content')

Blood

Custom Seed Shop

Food Plot Seed Blends Reimagined

Starting with our recommendations gives you a starting point with seed varieties and weights. You can still edit any seed variety or weight on your own. Please choose from one of the options below to continue.

What Kind Of seed blend would you like
to start with?

@foreach($blends as $blend)

{{ $blend->name ?? 'Blend Name' }}

{!! $blend->description ?? 'No description available.' !!}

{{ $blend->name }}
Select {{-- @if($blend->addon->isNotEmpty())--}} {{--
    --}} {{-- @foreach($blend->addon as $addon) --}}{{-- Loop through addons --}} {{-- @if($addon->seed) --}}{{-- Check if the seed relationship exists --}} {{--
  • {{ $addon->seed->name ?? 'Unnamed Seed' }} - ${{ $addon->seed->price ?? '0.00' }}
  • --}} {{-- @endif--}} {{-- @endforeach--}} {{--
--}} {{-- @endif--}}
@endforeach {{--

annual clovers

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s

select

brassicas

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s

select

grains

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s

select
--}}
@endsection