@php $news_class = (isset($attr['class']) && !empty($attr['class'])) ? ' '.$attr['class'] : ''; $news_enable = sys_settings('header_notice_show'); $news_title = sys_settings('header_notice_title'); $news_text = sys_settings('header_notice_text'); $news_link = sys_settings('header_notice_link'); @endphp @if($news_enable=='yes' && ($news_title || $news_text))
@if($news_title || $news_text) @if($news_link) @else @endif

{{ $news_title }} @if($news_text) {{ $news_text }} @endif

@if($news_link) @endif
@if($news_link)
@else @endif @endif
@endif