@if (Auth::check())
  //show logged in content
@else
  //show logged out content
@endif
by Luka Tatarishvili
4 years ago
Laravel
blade
1
Pro tip: use ```triple backticks around text``` to write in code fences