Running Text Management
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error') || $errors->any())
@if (session('error'))
{{ session('error') }}
@endif
@foreach ($errors->all() as $error)
@endif
{{ $error }}
@endforeach
| Content | Status | Created At | Actions |
|---|---|---|---|
|
{{ Str::limit(strip_tags($runningText->content), 100) }}
|
is_active ? 'checked' : '' }}
onchange="updateActiveStatus({{ $runningText->id }}, this.checked)"
data-running-text-id="{{ $runningText->id }}">
|
{{ $runningText->created_at->format('M d, Y H:i') }} | |
|
No running texts found. Create First Running Text |
|||