@if (Route::currentRouteName() === 'posts.show' || Route::currentRouteName() === 'category.show' || Route::currentRouteName() === 'all.posts' || Route::currentRouteName() === 'posts')
  • Home
  • Posts
  • --}} @else
  • CORN
  • Contact Us
  • Posts
  • @endif {{--
  • Home
  • --}} {{--
  • Category
  • --}} {{-- @auth
  • Posts
  • @endauth --}} {{--
  • All Posts
  • --}}
@if (Route::currentRouteName() === 'posts.show' || Route::currentRouteName() === 'category.show' || Route::currentRouteName() === 'all.posts' || Route::currentRouteName() === 'posts') HOME @else {{ config('app.name') }} @endif
@guest
  • Login
  • {{--
  • Register
  • --}}
@endguest @auth
{{ auth()->user()->media?->alt }}
  • Profile
  • Settings
  • @csrf
@endauth