@extends('agent.layouts.user_auth') @push('css') @endpush @section('content') {{ __("Account Authorization") }} {{ __("We sent a 6 digit code to your phone") }} @csrf @error("code") {{ $message }} @enderror {{ __("You can resend the code after") }} {{ __("Back to Login") }} {{ __("Authorize") }}
{{ __("We sent a 6 digit code to your phone") }}