@extends('web.layouts.layout') @section('content') @csrf {{ __('main.welcome_message') }} {{ __('users::users.enter_code_sent_phone') }} {{ $data['sentCodeValue'] ?? null }} {{-- --}} {{ __('users::users.verify_now') }} @csrf @endsection @push('stack_scripts') @endpush
{{ __('users::users.enter_code_sent_phone') }}
{{ $data['sentCodeValue'] ?? null }}