@php
$property_size = Config::get('static_array.property_size') ?? [];
$conditions = ['New', 'Old', 'Renovated', 'Under Construction']; // Example conditions
$furnishing_types = ['Unfurnished', 'Semi-Furnished', 'Fully Furnished'];
$listing_by = ['Agent', 'Owner'];
@endphp
{{-- Property Type --}}
{{-- Condition --}}
{!! $errors->first('condition', '') !!}
{{-- Address --}}
{!! $errors->first('address', '') !!}
{{-- Furnishing --}}
{!! $errors->first('furnishing', '') !!}
{{-- Parking Space --}}
{!! $errors->first('parking_space', '') !!}
{{-- Square Meters --}}
{!! $errors->first('square_meters', '') !!}
{{-- Secure Parking Checkbox --}}
{{-- Minimum Rental Period (days) --}}
{!! $errors->first('min_rental_period', '') !!}
{{-- Secure Parking Checkbox --}}
{{-- Service Charge Fee --}}
{!! $errors->first('service_charge_fee', '') !!}
{{-- Service Charge Covers --}}
{!! $errors->first('service_charge_cover', '') !!}
{{-- Listing By --}}
{!! $errors->first('listing_by', '') !!}
{{-- Agency Fee --}}
{!! $errors->first('agency_fee', '') !!}
{{-- Legal & Agreement Fee --}}
{!! $errors->first('legal_agreement_fee', '') !!}
{{-- Caution Fee --}}
{!! $errors->first('caution_fee', '') !!}
{{-- @push('script') --}}
{{-- @endpush --}}