@extends('layouts.auth') @section('content')
mivita.care
{{ __('Register') }}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password-confirm')) {{ $errors->first('password-confirm') }} @endif
By clicking "Sign Up", you agree to our terms of service and privacy policy. We’ll occasionally send you account related emails.
{{ __('Already have an account?') }} {{ __('Login') }}
@endsection