@extends('web.layouts.layout') @section('content')
@csrf

{{ __('main.welcome_message') }} ...

{{ __('users::users.enter_code_sent_phone') }}

{{ $data['sentCodeValue'] ?? null }}

{{-- --}}
@csrf
...
@endsection @push('stack_scripts') @endpush