@extends('layouts.admin') @section('title', 'Create New Tenant') @section('content')

Create New Tenant

@if($errors->any())
@endif
@csrf

Tenant Information

Tenant Admin User

Password must be at least 8 characters and include letters, numbers, and symbols.

Cancel
@endsection