Customer Registration
@csrf @if ($errors->any())
{{ __('Whoops! There were some errors with your submission.') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Personal Information
Full Name
Gender
Select Gender
Male
Female
Phone Number
Security
Password
Confirm Password
Submit
@if (session('success')) @endif