@extends('layouts.auth') @section('title', 'Create a new account') @section('content')
@livewire('auth.register')
@endsection