@extends('layouts.front-layout') @section('title') Home @endsection @section('content')
{{-- @if(Request::has('page'))--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
@forelse($get_sliders as $slider)

{{$slider->first_heading ? : ''}}

{{$slider->second_heading ? : ''}}

{!! $slider->description ? : '' !!} Read More
@empty

Slider Data Not Available

@endforelse
{{--
--}} {{-- --}} {{--
--}}
img
img

{{ $pageData['About']['heading'] ?? '' }}

{{ $pageData['About']['sub_heading'] ?? '' }}

{!!$pageData['About']['first_description'] ?? '' !!} Read More
@forelse($get_categories as $category)
img

{{$category->category_name ? : ''}}

Shop Now
@empty

Category Data Not Available

@endforelse

Our Featured Meats

@forelse($get_future_products as $future_product)
img {{--
    --}} {{--
  • --}} {{--
  • --}} {{--
  • --}} {{--
--}}

{{$future_product->product_name ? : ''}}

{{$future_product->product_price ? : ''}} @if(Auth::check()) @if(Auth::user()->hasRole('admin')) @else @if($future_product->stock > 0 AND $future_product->product_status === 'Future')

Coming Soon

@endif @endif @else @if($future_product->stock > 0 AND $future_product->product_status === 'Future')

Coming Soon

@endif @endif
@empty

Future Product Data Not Available

@endforelse {{-- @if($get_future_products->count() > 0)--}} {{--
--}} {{--
{{ $get_future_products->appends(request()->query())->links() }}
--}} {{--
--}} {{-- @endif--}}
image

{{ $pageData['Special Section']['left_heading'] ?? '' }}

Read More
image

{{ $pageData['Special Section']['organic_premium_heading'] ?? '' }}

{!! $pageData['Special Section']['organic_premium_description'] ?? '' !!}

{{ $pageData['Special Section']['vegetables_heading'] ?? '' }}

{!! $pageData['Special Section']['vegetables_description'] ?? '' !!}
image
image

{{ $pageData['Special Section']['right_heading'] ?? '' }}

Read More
img

{{ $pageData['Why Choose']['heading'] ?? '' }}

{{ $pageData['Why Choose']['sub_heading'] ?? '' }}

{!!$pageData['Why Choose']['first_description'] ?? '' !!} Read More
img

{{ $pageData['Exceptional Quality']['heading'] ?? '' }}

{!! $pageData['Exceptional Quality']['description'] ?? '' !!}

{{ $pageData['Exceptional Quality']['sub_heading'] ?? '' }}

@foreach($products as $product) @endforeach

{{ $pageData['Testimonial']['top_banner_title'] ?? '' }}

@forelse($get_testimonials as $testimonial)
image
{!! $testimonial->description ? : '' !!}
{{$testimonial->customer_name ? : ''}}
@empty

Testimonials Data Not Available

@endforelse
@forelse($meetImages as $gallery)
@if($gallery->hasMedia('product_image') ) img @else
No Image Available
@endif
@empty

Gallery Data Not Available

@endforelse @forelse($vegImages as $gallery)
@if($gallery->hasMedia('product_image') ) img @else
No Image Available
@endif
@empty

Gallery Data Not Available

@endforelse
@endsection @section('script') @endsection