@if ($notif1 && $notif1 !== '-')
{!! \App\Http\Controllers\Admin\DevTranslationController::getTranslation(
'headerNotifications',
'notification_1',
config('lang_id', 1),
'',
) !!}
@endif
@if ($notif2 && $notif2 !== '-')
{!! \App\Http\Controllers\Admin\DevTranslationController::getTranslation(
'headerNotifications',
'notification_2',
config('lang_id', 1),
'',
) !!}
@endif
@if ($notif3 && $notif3 !== '-')
{!! \App\Http\Controllers\Admin\DevTranslationController::getTranslation(
'headerNotifications',
'notification_3',
config('lang_id', 1),
'',
) !!}
@endif