@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

GM Greeting

@if (session('success')) @endif @if (session('error')) @endif @if (!$gm_greetings->isEmpty())
@foreach ($gm_greetings as $gmGreeting) @endforeach
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">
@else @endif
@endsection