@extends('user.user_dashboard') @section('home')
@csrf
Enter Your KingsChat Username
@
@error('username') {{ $message }} @enderror
@endsection