{{ get_phrase('Configure your notification settings') }}

@php $notify_settings = App\Models\NotificationSetting::get(); @endphp
@foreach ($notify_settings as $row) @php $system_notification = json_decode($row['system_notification'], true); $email_notification = json_decode($row['email_notification'], true); @endphp

{{ get_phrase($row->setting_sub_title) }}

@foreach (json_decode($row->user_types, true) as $type)
{{ get_phrase('Configure for ' . $type) }}
is_editable != 1) disabled @endif>
is_editable != 1) disabled @endif>
@endforeach
@endforeach