@extends('layouts.app') @section('title', 'Review Affiliate Product') @section('content')
Vendor: {{ $product->vendor->shop_name }}
Source: {{ $product->affiliateSourceLabel() }}
URL: {{ $product->affiliate_url }}
Status: {{ ucfirst($product->affiliate_status ?? 'pending') }}