@extends('admin.layouts.master') @section('title', 'List of Featured Brands') @section('content')
| # | Brand | Product | Order No | Actions |
|---|---|---|---|---|
| {{ ++$id }} | {{ $featured_brand_product->featuredBrand?->brand?->name }} | {{ $featured_brand_product->product?->name }} | {{ $featured_brand_product->order_no }} | Delete |