GM Greeting
@if (session('success'))
@else
@endif
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if (!$gm_greetings->isEmpty())
No GM Greetings Found
No greetings found. Click the button above to add a new GM Greeting.