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