@extends('admin_base') @section('title', 'Best Deals') @section('content')
| ID | Name | Start Date | End Date | Status | Products | Actions |
|---|---|---|---|---|---|---|
| {{ $deal->id }} | {{ $deal->name }} | {{ $deal->start_date->format('M d, Y h:i A') }} | {{ $deal->end_date->format('M d, Y h:i A') }} | {{ $deal->status ? 'Active' : 'Inactive' }} | {{ $deal->products->count() }} products |