@include('partials.theme_alert')
{{ $title }}
Enter the security code sent to your email.
@csrf
@if ($errors->has('code'))
{{ $errors->first('code') }}
@endif
Submit
Resend
@include('partials.live_chat')