From 93b3db3e49333bf268057bb2e25a9674db6b50c7 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Mon, 27 Jun 2022 10:20:10 +0200 Subject: [PATCH] views --- resources/views/public/index.blade.php | 2 +- resources/views/public/show.blade.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/public/index.blade.php b/resources/views/public/index.blade.php index 02b6f36..225992e 100644 --- a/resources/views/public/index.blade.php +++ b/resources/views/public/index.blade.php @@ -23,7 +23,7 @@ -
+
diff --git a/resources/views/public/show.blade.php b/resources/views/public/show.blade.php index 60297cc..b762b13 100644 --- a/resources/views/public/show.blade.php +++ b/resources/views/public/show.blade.php @@ -25,9 +25,9 @@
@include('places::public._json-ld', ['place' => $model]) - @empty(!$model->latitude && $model->longitude) -
- @endempty + @if(!empty($model->latitude) && !empty($model->longitude)) +
+ @endif @empty(!$model->image)