@extends('admin.MainComponent') @section('content')
| # | Image | Title | Duration | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($offer->image)
|
{{ $offer->title }} | {{ $offer->start_date->format('M d, Y') }} - {{ $offer->end_date->format('M d, Y') }} | {{ $offer->status }} | |
|
No offers found. Create your first offer! |
|||||