@if (Route::has('login'))
@auth
Home
@else
Login
Register
@endauth
@endif
Laravel
@foreach ($tasks as $task) {{ $task->title }} @endforeach