@extends('layouts.guest2') @section('title', 'Create Account') @section('content')
Logo

Create Account

Join {{ $settings->site_name }} today

@if (Session::has('status')) @endif @if ($errors->any()) @endif

Create Account

Step 1 of 4
Personal
Contact
Account
Security
@csrf

Personal Information

Tell us about yourself

Already have an account? Sign In

© {{ date('Y') }} {{ $settings->site_name }}. All Rights Reserved.

@endsection @section('scripts') @endsection