@extends('layouts.app') @section('content')
@include('includes.propertysidebar')
@include('includes.header')
{{-- @dd($contents) --}}

Property/ Edit

Full Address of Property Offered
{{-- Default label --}}
@csrf


Property / Accommodation Details

Is CCTV available on the property?
cctv_available=='No'?'checked':''}} id="cctv_availableno" value="No">
cctv_available=='Yes'?'checked':''}} id="cctv_availableyes" value="Yes">
Is the accommodation equipped with shared facilities intended for use by more than three unrelated individuals, including sleep-in staff?
shared_facilities=='No'?'checked':''}} name="shared_facilities" id="shared_facilitiesno" value="No">
shared_facilities=='Yes'?'checked':''}} name="shared_facilities" id="shared_facilitiesyes" value="Yes">
Is the property classified as a House in Multiple Occupation (HMO) or does it require a license?
hmo=='No'?'checked':''}}>
hmo=='Yes'?'checked':''}}>
Please confirm whether the local fire service has reviewed and validated your fire risk assessment for House in Multiple Occupation (HMOs)
local_fire=='No'?'checked':''}} value="No">
local_fire=='Yes'?'checked':''}} value="Yes">
Please confirm whether the property is fully furnished and equipped.
fully_furnished=='No'?'checked':''}}>
fully_furnished=='Yes'?'checked':''}}>
Please confirm whether the interior decoration is in good, clean order, and free from damp and condensation.
interior_decoration=='No'?'checked':''}}>
interior_decoration=='Yes'?'checked':''}}>
Please confirm whether a general maintenance check will be conducted, at least monthly, and records of these checks will be maintained.
general_maintenance=='No'?'checked':''}}>
general_maintenance=='Yes'?'checked':''}}>
Please confirm whether access will be sought to free fire safety advice provided by the Local Fire Authority in relevant areas. If not, please provide details below on how fire safety is delivered to the young person.
fire_safety=='No'?'checked':''}}>
fire_safety=='Yes'?'checked':''}}>
Please confirm whether smoke alarms are checked on a monthly basis, in addition to conducting visual inspections of electrical fittings and appliances, and maintaining records of these checks.
smoke_alarm=='No'?'checked':''}}>
smoke_alarm=='Yes'?'checked':''}}>
@include('includes.footer')
@endsection