@if (Route::has('login'))
@auth
Dashboard
@else
Login
@if (Route::has('register'))
Register
@endif @endauth
@endif
Welcome to the Realtime Chat Application
Enjoy realtime chats with your friends and families
@if (Route::has('login'))
@auth
Access your Messages
@else
Log in
@if (Route::has('register'))
Register
@endif @endauth
@endif
Made with
by D