@extends('layouts.main') @push('title') Fit Sport Hub - Home @endpush @section('main-section') @if (session()->has('success_message')) @endif @if (count($errors) > 0) @endif
@foreach($banners as $index => $banner)
{{ $banner->banner_title }} {{-- --}}
@endforeach
@if(count($banners) > 1)
@foreach($banners as $index => $banner) @endforeach
@endif
{{--
--}}

Top Categories

@foreach ($cartegory as $cartegorys)
@endforeach
@foreach ($feedsWithProducts->where('display_order', 1) as $feed) @if ($feed->products->count()) @endif @endforeach {{-- @foreach ($feedsWithProducts->where('id', '!=', 9) as $feed) --}} @foreach ($feedsWithProducts->where('display_order', '!=', 1) as $feed) @if ($feed->products->count()) @endif @endforeach
@endsection @section('extrascripts') @endsection