@extends('admin.master') @section('content')
Manage promotional product banner list
| # | Image | Product | Status | Action |
|---|---|---|---|---|
| {{ $banners->firstItem() + $key }} |
|
{{ $banner->product->name ?? 'No Product Selected' }} | @if($banner->status === 'active') Active @else Inactive @endif | |
| No promotional banner found. | ||||