{{ __('Join us and get started') }}
{{ __('BootstrapBrain Logo') }}

{{ __('Join us and get started!') }}

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