@include('partials.theme_alert')
{{ config('app.name') }}

{{ $title }}

Enter the security code sent to your email.

@csrf
@if ($errors->has('code'))

{{ $errors->first('code') }}

@endif
@include('partials.live_chat')