{{ __('tenants.title_create') }}

{{ __('tenants.title_create') }}

{{-- Example form (POST to store) --}}
@csrf {{-- If editing, you'd do @method('PUT') --}} {{-- Hidden field for type --}} {{-- Client Selection --}}
@error('client_id')
{{ $message }}
@enderror
{{-- Previous Address --}}
{{ __('tenants.previous_address') }}
@error('previous_address.location_name')
{{ $message }}
@enderror
@error('previous_address.period_of_stay')
{{ $message }}
@enderror
@error('previous_address.reason_for_moving')
{{ $message }}
@enderror
@error('previous_address.ownership_status')
{{ $message }}
@enderror
{{-- Payment Terms --}}
Payment Terms
{{ $errors->first('duration_unit_id') }}
{{-- .row --}}