{{ Form::model($notification, ['route' => ['notification.update', $notification->id], 'method' => 'PUT']) }}
{{ __('Click to add the shortcodes below into your message') }}
@php $i = 0; // Counter for determining the display state of sections @endphp @if (!empty($notification->short_code) && is_array($notification->short_code)){{ __('No shortcodes available for this notification.') }}
@endif