@extends('layouts.adminapp') @section('content') {{-- Promoted Stores --}}

Stores

{{-- Back --}}
@foreach($Stores as $Store) @endforeach
Store Name Store Group Action

Promoted Stores

@csrf
@if($PromotedStores) @foreach($PromotedStores as $PromotedStore) @endforeach @endif
total:
Product Name Action
{{$PromotedStore->Stores->title}}
@endsection