| {{ __('Module') }} | {{ __('Subject') }} | {{ __('Email Enable') }} | @if (Gate::check('edit notification') || Gate::check('delete notification')){{ __('Action') }} | @endif
|---|---|---|---|
| {{ \App\Models\Notification::$modules[$item->module]['name'] }} | {{ $item->subject }} | @if ($item->enabled_email == 1) {{ __('Enabled') }} @else {{ __('Disabled') }} @endif | @if (Gate::check('edit notification') || Gate::check('delete notification'))@endif |