@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)
@endforeach
@endforeach