@extends('front::auth.layouts.master', ['title' => trans('front::messages.auth.confirm-mobile-number') ]) @php $redirect_url = Redirect::intended()->getTargetUrl(); @endphp @section('content') {{ trans('front::messages.auth.confirm-mobile-number') }} {{ trans('front::messages.auth.for-mobile-number') }} {{ auth()->user()->username }} {{ trans('front::messages.auth.confirmation-code-sent') }} {{ trans('front::messages.auth.edit-number') }} @csrf {{ trans('front::messages.auth.retrieve-verification-code') }} () {{ trans('front::messages.auth.confirm-mobile-number') }} @endsection @push('scripts') @endpush