@extends('layouts.main') @section('content')
 

Grow your

Crop with our

fine seeds

Grow your

Crop with our

fine seeds

Grow your

Crop with our

fine seeds

@if(isset($products) && !empty($products))

@lang('messages.our_products')

@lang('messages.our_products_blurb')

    @foreach($products as $product)
  • @if(isset($product->image) && !empty($product->image))
    @if(isset($product->product_descriptions[0]->title)){{$product->product_descriptions[0]->title}} @else @lang('messages.product_details') @endif
    @else
    Chilli
    @endif

    @if(isset($product->product_descriptions[0]->title)){{$product->product_descriptions[0]->title}}@endif

    @if(isset($product->product_descriptions[0]->short_description)){!! $product->product_descriptions[0]->short_description !!}@endif

    Read More
  • @endforeach
@endif @if(isset($details->cms_descriptions[0]->content) && !empty($details->cms_descriptions[0]->content)) {!! $details->cms_descriptions[0]->content !!} @endif
Growing Product
40 @lang('messages.years') @lang('messages.experience')

@lang('messages.fresh_products') @lang('messages.growing_products')

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam nibh. Nunc varius facilisis eros. Sed erat. In in velit quis arcu ornare laoreet. Curabitur adipiscing luctus massa. Integer ut purus ac augue commodo commodo.

@lang('messages.agriculture') 60%

@lang('messages.organic') 90%

@lang('messages.recent_blog_text') @lang('messages.blog_heading')

    @foreach($recent_posts as $post)
  • @if(isset($post['image']) && !empty($post['image']))
    Blog Post 1 @else
    Blog Post 1 @endif

    {{$post['title']}}

    {{ strip_tags($post['description']) }}

    @lang('messages.read_more')
  • @endforeach
@endsection