@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 {{ __('Verification Code') }} @if (@$general->allow_recaptcha) @endif {{ __('Verify Now') }} @elseif($general->is_sms_verification_on && !auth()->user()->sv) @csrf {{ __('Sms Verify Code') }} {{ __('Verify Now') }} @endif @endsection