@extends('layouts.app') @section('content')
Login
@csrf
{{ __('Enter User Name') }}
@error('username')
{{ $message }}
@enderror
Continue
@endsection