@extends('front.layouts.app', ['title' => 'Home']) @section('content') @include('front.layouts.app-header') @if ($ecomm_enabled == 1)

Shop Now Open!

@if (count($home_categories) > 0) @foreach ($home_categories as $category)

{{$category->name}}

Shop now
@if(!empty($category->image) && \Illuminate\Support\Facades\Storage::exists($category->image)) @else @endif
@endforeach @endif
@endif
{{-- --}}

{{isset($our_story) && isset($our_story->title) ? $our_story->title: ''}}

{{isset($our_story) && isset($our_story->content) ?$our_story->content: ''}}

@if ($ecomm_enabled == 1) @endif

Featured Blogs

@if (count($feature_blogs) > 0) @foreach ($feature_blogs as $blog)
@if(!empty($blog->image) && \Illuminate\Support\Facades\Storage::exists($blog->image)) @else @endif {{-- WineShop --}}
@endforeach @endif
@include('front.layouts.app-footer') @endsection @section('custom-js') @endsection