@include('partials.head') @include('partials.font')
@if (session('error'))
{{ session('error') }}
@endif

REGISTER

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

Already have an account?

Login here