GM Greeting
@if (session('success'))
@else
@endif
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if (!$gm_greetings->isEmpty())
| Title | Description | Mode | Content | Active | Actions |
|---|---|---|---|---|---|
| {{ $gmGreeting->head_title }} | {{ Str::limit($gmGreeting->description, 100) }} | {{ ucfirst($gmGreeting->mode) }} |
is_active ? 'checked' : '' }}
data-id="{{ $gmGreeting->id }}" class="activate-switcher">
|
No GM Greetings Found
No greetings found. Click the button above to add a new GM Greeting.