{{ __('v2/front_site.code_message')}}
{!! $email !!}
{!! Form::open(array('route' => 'admin.verify-email', 'method' => 'POST' ,'id' => 'ajaxSave','class' => 'fill-otp')) !!}
{{--
{{ __('v2/front_site.fill_otp')}}:
--}}
{{ csrf_field() }}
{{ __('v2/front_site.submit') }}
{!! Form::close() !!}