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

Let's fill in your other important details.

{{csrf_field()}}
@php $countries = App\Models\Country::where('is_supported',1)->get(); @endphp
By signing up, you agree to our Terms and Conditions and our Privacy Policy.
@stop @push('scripts') @endpush