@extends('layouts.app') @section('styles') @endsection @section('header-back')
@endsection @section('content')

Enter your phone number

We'll send a 4-digit code to verify your account.

@csrf
@error('phone')

{{ $message }}

@enderror
info

Message and data rates may apply. You will receive one SMS code for verification purposes.

@endsection @section('scripts') @endsection