@if(Auth::check())
    @php $header_category = App\Models\HeaderCategoryMenu::all(); @endphp @foreach ($header_category as $item)
  • {{-- {{$item->menu_name->title}} --}}
  • @endforeach
@php $check_artist = App\Models\Artist::where('user_id', Auth::id())->first(); @endphp @if($check_artist)
@endif
@endif