@extends('layouts.app') @section('title', 'Buat Tenant Baru') @section('content')
Kembali / Back

Buat Tenant Baru

Daftarkan perusahaan baru beserta akun owner-nya / Register a new company with its owner account

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf

Data Owner Perusahaan / Company Owner Details

Undangan login akan dikirim ke email ini / Login invitation will be sent to this email.

Batal
@endsection