@extends('layouts.admin') @section('title',$property->title) @section('heading','Property operations') @section('content')
{{ $property->type?->name }} · {{ $property->city }} · {{ ucfirst($property->purpose) }}
{{ $property->description }}
Address: {{ $property->address }}, {{ $property->city }}, {{ $property->state }} {{ $property->country }}
{{ $property->vendor?->name }}
{{ $property->vendor?->owner?->name }}
{{ $property->vendor?->owner?->email }}
Check-in/out: {{ $property->check_in_time }} / {{ $property->check_out_time }}
Length: {{ $property->minimum_stay }}–{{ $property->maximum_stay }} nights
{{ $property->house_rules ?: 'No house rules supplied.' }}
| From | Until | Reason | |
|---|---|---|---|
| {{ $block->starts_on }} | {{ $block->ends_on }} | {{ $block->reason }} | |
| No blocked periods. | |||
{{ $report->reason }} · {{ $report->reporter_name }} ({{ $report->reporter_email }}) · {{ ucfirst($report->status) }}
{{ $report->details }}
No customer reports.
@endforelse