@foreach ($menu as $item)
@if (!empty($item['exclude_dashboard']))
@continue
@endif
@if (!empty($item['exclude_organizationuser']))
@continue
@endif
{{ $item['title'] }}
@if (!empty($item['site_config']))
@elseif (!empty($item['general_config']))
@else
@endif
@endforeach