@extends('layouts.site') @section('content')
@foreach($productsItems as $products)

Related 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
@endsection