@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{ Auth::user()->name }}

{{ __('Robert_Downey') }}

{{ __('UI/UX_Designer') }}

{{ ___('common.Profile Update Verification') }}

@csrf
@error('otp')
{{ $message }}
@enderror
@endsection