@php $handoverConfiguration = \App\Models\HandoverConfiguration::with('company', 'propertyType')->findOrFail(request()->route('id')); @endphp