@extends(template().'layout.auth') @php $content = content('breadcrumb.content'); @endphp @section('content') @push('seo') @endpush
@if ($general->is_email_verification_on && !auth()->user()->ev)

{{ __('Verify Email') }}

@csrf
@if (@$general->allow_recaptcha)
@endif
@elseif($general->is_sms_verification_on && !auth()->user()->sv)
@csrf
@endif
image
@endsection