Promotion Info
@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 ($promotionInfos->count() > 0)
{{ $error }}
@endforeach
| # | Content | Status | Last Updated | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ Str::limit(strip_tags($info->content), 120) }}
@if (!$info->is_active)
(Inactive)
@endif
|
is_active ? 'checked' : '' }}
onchange="updateActiveStatus({{ $info->id }}, this.checked)"
data-info-id="{{ $info->id }}">
|
{{ $info->updated_at->format('M d, Y H:i') }} |
No promotion info found
Create your first promotion info to display a subheader in the app.
Create First Promotion Info