@extends('layouts.app') @section('title', 'Register - Website Builder') @section('description', 'Create a new account to access advanced website building features and manage your websites.') @section('content')

Create your account

Or sign in to existing account

@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Coming soon

Authentication system will be implemented in the next version.
Continue without registration

@endsection