@if(auth()->check())

Dashboard

@csrf

Welcome, {{ auth()->user()->name }}!

@csrf
@else

Login

@endif