@extends('customer.layouts.new-app') @section('title') Concerge Team:Key Waiver @endsection @section('css') @endsection @section('content')
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)Total keys signed over: {{ $total }} Keys with concierge: @for ($f = 0; $f < $total; $f++) @endfor
@endif @if (count($key) > 0)| Name | Type | Start Date | End Date | |||
|---|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->waiver_type }} | @if ($item->start_date == '')-- | @else{{ $item->start_date }} | @endif @if ($item->end_date == '')-- | @else{{ $item->end_date }} | @endifchange |