Create Admin

Please create your admin account.

@csrf @method('POST')
$errors->has('name')])> @error('name') {{$message}} @enderror The name of the admin.
$errors->has('email')])> @error('email') {{$message}} @enderror The email of the admin.
$errors->has('password')])> @error('password') {{$message}} @enderror The password of the admin.