@extends('layouts.app') @section('page-title', __('My Profile')) @section('page-heading', __('My Profile')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@lang('Phone Verification')

@lang('We have sent you a verification token via SMS. Please provide the token below to verify your phone number.')

@csrf @if ($user) @endif
@lang('Resend Token')
@stop @section('scripts') @stop