@extends('layouts.app') @section('title', 'Register - TrustSeal Portal') @section('content')

Create Account

Start building trust today

@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror

Already have an account? Sign in here

@endsection