@lang('modules.settings.notificationSettings')

@foreach ($notificationSettings as $key => $item)
@lang('modules.notifications.' . $item->type)
@lang('modules.notifications.' . $item->type.'_info')
@endforeach
@lang('app.save')