| Title | Merchant | Category | City | Price | Status | Period | Actions |
|---|---|---|---|---|---|---|---|
| {{ $deal->title_en }} | {{ $deal->merchant->business_name ?? '—' }} | {{ $deal->category->name ?? '—' }} | {{ $deal->city ?? '—' }} |
${{ number_format($deal->original_price, 2) }}
${{ number_format($deal->discounted_price, 2) }}
|
{{ ucfirst($deal->status) }} | {{ optional($deal->start_date)->format('M d') }} - {{ optional($deal->end_date)->format('M d, Y') }} | |
| No deals found | |||||||