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

Blood

Custom Seed Shop

Food Plot Seed Blends Reimagined
{{--

build your blend from scratch ?

--}} required*

when using our seed blends, seed weight are for 1/2 Acre Planting

0%
100%

Maximum weight of 45 pounds

{{--
--}} {{-- let’s go--}} {{--
--}}
{{--
--}}
{{--
Oats
0%
Triticale
0%
Rapeseed
0%
Rye
0%
--}}
{{--
--}} {{-- --}} {{--
--}}
0%
100%

Maximum weight of 45 pounds

{{-- blend content for mobile --}}

Select Your Seed Varieties

@foreach ($categories as $category)
@endforeach
@foreach ($categories as $category)
first) style="display:block;" @endif>
    @php $seedsWithType = $category->seeds->whereNotNull('type')->groupBy('type'); $seedsWithoutType = $category->seeds->whereNull('type'); @endphp @if ($seedsWithType->count()) @foreach ($seedsWithType as $type => $seeds)
  • @endforeach @endif
@if ($seedsWithType->count()) @foreach ($seedsWithType as $type => $seeds)
{{--

{{ $type }}

--}}
@endforeach @endif @if ($seedsWithoutType->count())
@foreach ($seedsWithoutType as $seed) @endforeach
@endif
@endforeach

SUBTOTAL:$0.00

shipping calculated checkout

pair with our top products

@foreach ($topProducts as $topProduct)
is_top_product ? '' : '' }}>
{{ $topProduct->name ?? '' }} ${{ $topProduct->price ?? '' }}
@endforeach

Try our Recommended Blends

These are just recommended blends to get you started, you can fully edit once selected

Select Your Seed Varieties

@foreach ($categories as $category) @php $seedsWithType = $category->seeds->whereNotNull('type')->groupBy('type'); $seedsWithoutType = $category->seeds->whereNull('type'); @endphp

{{ $category->name }}

@if ($seedsWithType->count())
@foreach ($seedsWithType as $type => $seeds)
@endforeach
@endif @if ($seedsWithoutType->count())
@foreach ($seedsWithoutType as $seed) {{--
  • --}} {{--
  • --}} @endforeach
    @endif
    @endforeach
    @endsection @section('script') @endsection