@extends('eliteadmin::layouts.auth') @section('title', 'Register') @section('brand_heading', 'Create your customer account') @section('brand_description', 'Register to access modules assigned by your administrator. You will not have access to admin settings or staff areas.') @section('content')

Customer registration

Create an account to access your assigned modules

@if ($errors->any()) {{ $errors->first() }} @endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection