@extends('layouts.auth') @section('title', __('Set Username')) @section('content')
@csrf
@error('username') {{ $message }} @enderror
@endsection