@extends('layouts.homepage.main') @section('content')

REGISTER ACCOUNT

If you already have an account with us, please login at the login page.

@csrf
Your Personal Details
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
{{--
--}}
Your Password
@error('password') {{ $message }} @enderror
{{-- --}}
I have read and agree to the Privacy Policy  
@endsection