{{ csrf_field() }}
@if($errors->has('username'))

Alert!

{{ $errors->first('username') }}
@endif