{{ $tenant->exists ? t('edit_tenant_title') : t('add_tenant_title') }}
{{ $tenant->exists ? t('update_tenant') : t('create_tenant') }}

{{ t('personal_information') }}

*
*
*
* {{ t('phone') }}

{{ t('company_information') }}

@if (! $tenant->exists)
*
*
Your URL:
@endif
@foreach ($this->countries as $country) @endforeach
@foreach (timezone_identifiers_list() as $tz) @endforeach

{{ t('account_security') }}

*
*
{{ t('cancel') }} {{ $tenant->exists ? t('update_button') : t('add_button') }}