Promotions
@if (session('success'))
@else
@endif
{{ session('success') }}
@endif
@if (session('error') || $errors->any())
@if (session('error'))
{{ session('error') }}
@endif
@foreach ($errors->all() as $error)
@endif
@if ($promotions->count() > 0)
{{ $error }}
@endforeach
| # | Title | Mode | Description | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $promotion->title }} @if (!$promotion->is_active) (Inactive) @endif | {{ ucfirst($promotion->mode) }} |
{{ Str::limit($promotion->description, 80) }}
|
is_active ? 'checked' : '' }}>
|
No promotions found.
Create First Promotion