@extends('mix::layouts.master') @section('head') {!! \SandyCaptcha::head() !!} @stop @section('title', __('Need activation')) @section('content')
{!! ori('emails', 'email-lock', 'w-16 h-16') !!}
{{ __('Email activation') }}
{{ __('Your email requires activation. Please take a moment to review your inbox for the verification link.') }}
@csrf
{!! \SandyCaptcha::html() !!}
@endsection