@isset($content['header']['menus']) @forelse ($content['header']['menus'] as $menu)
  • {{ $menu }}
  • @empty

    not found

    @endforelse @endisset @if ($content['header']['links']['text1'] != null && $content['header']['links']['url1'] != null)
  • {{ $content['header']['links']['text1'] }}
  • @endif @if ($content['header']['links']['text2'] != null && $content['header']['links']['url2'] != null)
  • {{ $content['header']['links']['text2'] }}
  • @endif
@if ($content['header']['btn_url'] != null && $content['header']['btn_text'] != null)
{{ $content['header']['btn_text'] }}
@endif @if (Auth::check())
Dashboard
@else
Login
@endif