@extends('breadcrumbs.auth.main') @section('authpage')
@if(!\App\Facades\Options::getOption('enable_registrations'))
{{ __('Warning: If you clear your cookies or close your browser, you will not be able to sign up after validating your invite. Invites can\'t be validated twice. Please complete the registration process without interruption.') }}
@csrf
@else
{{ __('Looks like you\'re lost!') }}

{{ __('Sign ups are currently open. No need to validate anything!') }}

@endif
@stop