@if(auth()->check())
Dashboard
@csrf
Logout
Welcome, {{ auth()->user()->name }}!
@csrf
Title
Body / Content
Preview
Generate PDF
@else
Login
Username
Password
Login
@endif