@extends('admin.layouts.master') @section('page_title', __(('admin.Key Event Details'))) @section('page_heading', __(('admin.Key Event Details'))) @section('page_text', __(('admin.Key Event Details'))) @section('page_breadcrumb_icon') @endsection @section('page_breadcrumb_item', 'Key Event Details') @section('page_breadcrumb_item2', 'Key Event Details') @section('css') @endsection @section('content')

{{$key->date_time}}

{{$key->status}}

{{$apart->name}} ({{$building->name}})

@if($key->status == 'IN')

Key was given to the concierge by the resident

@else

Key was returned to the resident by the concierge

@endif
Team Member: Temporary
Other Person: Resident
@endsection @section('js') @endsection