@extends('layouts.app') @section('title', 'Affiliate Products - Admin') @section('content')
{{ $pendingCount }} pending review
| Product | Vendor | Source | Affiliate Status | Action |
|---|---|---|---|---|
|
{{ $product->name }}
{{ Str::limit($product->affiliate_url, 40) }}
|
{{ $product->vendor->shop_name ?? '—' }} | {{ $product->affiliateSourceLabel() }} | {{ ucfirst($product->affiliate_status ?? 'pending') }} | Review |