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