@extends('layouts.shop') @section('title', 'Register - Hair Niche') @section('content')

Create Account

Already have an account? Sign in instead

@csrf

  • At least 8 characters
  • Mixed uppercase & lowercase
  • Contains a number
  • Contains a symbol

Passwords do not match

@if ($errors->any())

There were errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Or continue with
@endsection