@extends('layouts.storeapp') @section('content') {{-- Banner ADD New --}}

Products

{{-- Back --}}
@foreach($Products as $Product) @endforeach
Product Name Product Group Action

Promoted Products

@csrf
@if($PromotedItems) @foreach($PromotedItems as $PromotedItem) @endforeach @endif
total:15 remining:
Product Name Action
{{$PromotedItem->Product->title}}
@endsection