diff --git a/dashboard/resources/views/property.blade.php b/dashboard/resources/views/property.blade.php index 32a3186..bc17630 100644 --- a/dashboard/resources/views/property.blade.php +++ b/dashboard/resources/views/property.blade.php @@ -24,13 +24,18 @@ @endsection @section('main') +@if(!isset($propertyCapacities['capacities'])) +
+ Für dieses Mietobjekt sind keine Daten vorhanden. +
+@else

- Kalenderansicht der Belegung am {{ $startDate }} + Kalenderansicht der Verfügbarkeit am {{ $startDate }}