@extends('customer.layouts.new-app') @section('title') Concerge Team:Key Waiver @endsection @section('css') @endsection @section('content')
@include('customer.concerge_team.sidebar')

KEY WAIVER

If you wish the Concierge Team to grant access to your apartment to persons whilst you are away from your home, or in case of an emergency, you can grant a Key Waiver using the form below.

In order to grant general, open ended access, please select ‘Open Ended’ in the Waiver Type field. For specific access rights, you can enter the company or person’s name, as well as setting a start & end date for access to be granted.

@if ($total > 0)

Key Status

Total keys signed over: {{ $total }}     Keys with concierge: @for ($f = 0; $f < $total; $f++) @endfor

@endif @if (count($key) > 0)

Active Key Waivers

@foreach ($key as $item) @if ($item->start_date == '') @else @endif @if ($item->end_date == '') @else @endif @endforeach
Name Type Start Date End Date
{{ $item->name }} {{ $item->waiver_type }}--{{ $item->start_date }}--{{ $item->end_date }} change
@endif
@if ($errors->any())

Please remove following errors

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Add a New Key Waiver

Name Company Waiver Type

I agree that by submitting this form I accept full responsibility for authorising the release of a key to my apartment to a non-leaseholder, and will not hold the building management liable for any damages that may be incurred to my apartment or personal property. I further understand that it is my responsibility to verify with the party that will be accepting my key that my apartment has been properly secured once they have completed their visit.

@endsection @section('js') @endsection