@extends('layout') @section('title', 'Register') @section('meta:title', 'AccessWorld: Register') @section('meta:description', 'Sign up for a new account.') @section('content')

Please enter your number here and proceed to the next step.

{{csrf_field()}} @include('auth.partials.form')
@stop @push('scripts') @endpush