@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')

{{ __('Create Your Username') }}

{{ __('Create your Username') }}
@csrf
@error('username') {{ $message }} @enderror
@endsection