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

Verify your number

Enter the 4-digit code sent to {{ $phone }}

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
info

We use this to keep your account secure. Your number will not be shared with others.

@endsection @section('scripts') @endsection