| # | Title | Operator | Price | Data (GB) | Minutes | Validity | Status | Sort | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $offer->id }} | {{ $offer->title }} | {{ $offer->operator?->name }} | @if($offer->sale_price > 0) {{ number_format($offer->regular_price,2) }} {{ number_format($offer->sale_price,2) }} @else {{ number_format($offer->regular_price,2) }} @endif | {{ $offer->data_gb ?? '-' }} | {{ $offer->minutes ?? '-' }} | {{ $offer->validity_days ? $offer->validity_days.' d' : '-' }} | {{ ucfirst($offer->status) }} | {{ $offer->sort_order }} | Edit |
| No offers found | |||||||||