@extends('layouts.tenant.auth') @section('content')
IMG
@if (session('error')) @endif @if (session('success')) @endif @if ($errors->any()) @endif
@csrf Registration Form @if (session('success'))
{{ session('success') }}
@endif
{{-- Role Selection Dropdown --}}
{{-- --}} {{-- --}}
{{-- Username Field --}}
{{-- --}} {{-- --}}
{{-- Full Name Field --}} {{--
--}}
{{-- Email Field --}}
{{-- --}}
{{-- State Dropdown --}}
{{-- City Dropdown --}}
{{-- --}}
{{-- Country Dropdown --}}
{{-- --}}
{{-- Password Field --}}
{{-- Confirm Password Field --}}
I have read and agree to the Terms and Conditions and Privacy Policy
{{-- By clicking register you agree to our Terms and Conditions. --}} {{-- Login Button --}}
{{-- Forgot Password --}}
Already Have an account! Login?
{!! NoCaptcha::renderJs() !!} {{-- Enable Bootstrap Tooltip --}} {{-- --}} @endsection