@php
$itemValue = (!empty($settings) and !empty($settings['notifications'])) ? $settings['notifications']->value : '';
if (!empty($itemValue) and !is_array($itemValue)) {
$itemValue = json_decode($itemValue, true);
}
@endphp
@foreach(\App\Models\NotificationTemplate::$notificationTemplateAssignSetting as $tab => $items)
@endforeach