@extends('layouts.admin') @section('content')
ID | Brand | Category | Product | Actions |
---|---|---|---|---|
{{ $productContext->id }} | {{ $productContext->campaignContext->brand?->name ?? 'No Brand' }} | {{ $productContext->campaignContext->category?->name ?? 'No Category' }} | {{ $productContext->product->name ?? 'No Product' }} | Edit |
No section products found. |