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

Register an Account

Thank you for choosing AccessWorld. You can now facilitate yourself with valuable services of AccessWorld.

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