@php $isEdit = isset($propertyAgeFee) && $propertyAgeFee->exists; $tenant_id = session('tenant_id'); @endphp
@csrf @if($isEdit) @method('PATCH') @endif @if(!$tenant_id || $tenant_id == 0)
@error('tenant_id')
{{ $message }}
@enderror
Select the tenant for which this property age fee applies
@else @endif
@error('service_id')
{{ $message }}
@enderror
Select the service type for which this fee applies
$
@error('fee')
{{ $message }}
@enderror
Enter the additional fee amount for properties in this age range
@error('constructed_from')
{{ $message }}
@enderror
Enter the starting year of the construction period (1700-3000)
@error('constructed_to')
{{ $message }}
@enderror
Enter the ending year of the construction period (must be greater than start year)
@error('sort_order')
{{ $message }}
@enderror
Leave empty to auto-assign the next available order
Cancel
@push('page_script') @endpush