@extends('layouts.user.app') @section('page_content')
@csrf

{{ __('auth.pages.auth-email-notice.title') }}

{{ __('auth.pages.auth-email-notice.helper') }}

@if(session()->has('signup_confirmation_resent'))

{{ __('auth.pages.auth-email-notice.email-resent') }}

@endif

{{ __('auth.pages.auth-email-notice.helper-two') }}

@endsection