@extends('layouts.site') @section('content')
Your Cart
HB Sports for the real heroes

NEW COLLECTION

HB Sports for the real heroes

NEW COLLECTION

HB Sports for the real heroes

NEW COLLECTION

Store Overview

@foreach($productsItems as $items) @foreach($items['products'] as $products) @foreach($products['product_items'] as $product_item)
@if(array_key_exists(0,$product_item['product_item_image'])) {{--IMG-PRODUCT--}} IMG-PRODUCT @endif Quick View
{{$product_item['item_name']}} {{$product_item['price']}}
@endforeach @endforeach @endforeach
@foreach($seniorCategory as $items) @foreach($items['products'] as $products) @foreach($products['product_items'] as $product_item)
@if(array_key_exists(0,$product_item['product_item_image'])) {{--IMG-PRODUCT--}} IMG-PRODUCT @endif Quick View
{{$product_item['item_name']}} {{$product_item['price']}}
@endforeach @endforeach @endforeach
@foreach($juniorCategory as $items) @foreach($items['products'] as $products) @foreach($products['product_items'] as $product_item)
@if(array_key_exists(0,$product_item['product_item_image'])) {{--IMG-PRODUCT--}} IMG-PRODUCT @endif Quick View
{{$product_item['item_name']}} {{$product_item['item_name']}}
@endforeach @endforeach @endforeach

Our Blogs

@foreach($blogs as $blog)
By {{$blog->created_by}} on {{ \Carbon\Carbon::parse($blog->created_at)->format('F d, Y') }}

{{$blog->title}}

{{--

Duis ut velit gravida nibh bibendum commodo. Suspendisse pellentesque mattis augue id euismod. Interdum et male-suada fames

--}}
@endforeach
@endsection