@include ('Partials.Header')
@if($errors->any())

Opps Something went wrong

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

Sign up to your account

@csrf

Already have an account? Login here

@include ('Partials.Footer')