@extends('layouts.portal') @section('content') Customer Registration Create an account to book appointments and manage your profile. @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Full Name Email Address Password Confirm Password Phone Number (Optional) Date of Birth (Optional) Gender (Optional) -- Select Gender -- Male Female Other Address (Optional) {{ old('address') }} Create Account Already have an account? Login Here @endsection
Create an account to book appointments and manage your profile.