@extends('frontend.layouts.master') @section('content') {{ __("Account Authorization") }} {{ __("Need to verify your account. Please check your mail inbox to get the authorization code") }} @csrf @include('admin.components.form.input',[ 'name' => "code", 'placeholder' => "Enter Verification Code", 'required' => true, 'value' => old("code"), ]) {{ __("You can resend the code after") }} {{ __("Authorize") }} @endsection @push('script') @endpush
{{ __("Need to verify your account. Please check your mail inbox to get the authorization code") }}