@extends('layouts.fullscreen-layout', ['title' => 'Create Your Account']) @section('meta_description', 'Get started with DyDev TrustLab. Create an account to manage your certificates and API keys with a unified dashboard.') @section('robots', 'noindex, nofollow') @section('content')

Sign Up

Enter your email and password to sign up!

Or
@csrf
@error('fname')

{{ $message }}

@enderror
@error('lname')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Already have an account? Sign In

By signing up, you agree to our Terms and Privacy Policy.

@endsection