@extends('layouts.guest') @section('title', 'Create Username') @section('styles') @parent @endsection @section('content')
@if(Session::has('status'))
{{ Session::get('status') }}
×
@endif
Choose a Username
@csrf
Username
*
@if ($errors->has('username'))
{{ $errors->first('username') }}
@endif
Complete
@endsection @section('scripts') @parent @endsection