@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')
@lang('sistema.client.otp_registration_txt') {{ $user_otp_registration->code }} {{ ($user_otp_registration->status == 0)? '['.__("sistema.client.already_used").']' : '' }} [@lang('sistema.client.created_at') {{ \Carbon\Carbon::parse($user_otp_registration->created_at)->format('d/m/Y') }}]
@lang('sistema.client.otp_client_request_txt') {{ $user_otp_client_request->code }} {{ ($user_otp_client_request->status == 0)? '['.__("sistema.client.already_used").']' : '' }} [@lang('sistema.client.created_at') {{ \Carbon\Carbon::parse($user_otp_client_request->created_at)->format('d/m/Y') }}]
@lang('sistema.client.otp_change_password_txt') {{ $user_otp_change_password->code }} {{ ($user_otp_change_password->status == 0)? '['.__("sistema.client.already_used").']' : '' }} [@lang('sistema.client.created_at') {{ \Carbon\Carbon::parse($user_otp_change_password->created_at)->format('d/m/Y') }}]