@if(!empty($notification_types))
@foreach($notification_types as $notification_type)
{{ $notification_type->notification_name }}
{{ $notification_type->notification_key }}
@if($notification_type->visible_to_user == 0)
Hidden for user
@elseif($notification_type->visible_to_user == 1)
Display to user
@elseif($notification_type->visible_to_user == 2)
Display in disable mode
@endif
@if($notification_type->notification_mode == 1)
Send email notification
@elseif($notification_type->notification_mode == 0)
Only log no email send
@endif