@php $fields = [ 'username' => 'Username', 'email' => 'Email', 'password' => 'Password', 'password_confirmation' => 'Confirm Password' ]; @endphp @extends('layouts.app') @section('title', 'Register') @section('content')
Make sure your password is unique!
By creating an account, you agree to our Terms of Service and our Privacy Policy.