| {{ translate('Search_Criteria') }} | {{ translate('Search_Bar_Content') }}: {{ $data['search'] ??translate('N/A') }} | ||||||
|---|---|---|---|---|---|---|---|
| {{ translate('sl') }} | {{ translate('Notification_Title') }} | {{ translate('Created_At') }} | {{ translate('Description') }} | {{ translate('Image') }} | {{ translate('Zone') }} | {{ translate('Targeted Users') }} | |
| {{ $loop->index+1}} | {{ $coupon->title }} | {{ \Carbon\Carbon::parse($coupon->created_at)->format('d M Y') }} | {{ $coupon->description }} | {{-- | {{ $coupon->image ?? translate('N/A') }} | --}}{{ $coupon?->zone?->name ?? translate('All') }} | {{ translate($coupon->tergat) }} |