@php $header = isset($header) ? $header : false; $hd_wide = (isset($header['wide'])) ? $header['wide'] : ''; $hd_style = (isset($header['style'])) ? $header['style'] : 'regular'; $hd_class = (isset($header['class'])) ? ' '.$header['class'] : ''; @endphp
@if($hd_style!='welcome')
@endif {{ site_branding('header', ['panel' => 'user', 'class' => (($hd_style != 'welcome') ? 'd-xl-none' : '') ]) }} @if(Panel::news())
{!! Panel::news() !!}
@endif