@extends('layouts.auth') @section('title', 'Create Account') @section('content')

Start your free trial

30 days free — no credit card required

@csrf
@error('name')

{{ $message }}

@enderror
@error('business_name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

By registering you agree to our Terms of Service and Privacy Policy.

Already have an account? Sign in

@endsection