@extends('layouts.main') @section('title', 'Register') @section('main') @livewire('auth.register') @endsection