Skip to content

Commit

Permalink
Space added between @if, @foreach and (
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jan 25, 2023
1 parent 525e889 commit 5967f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/public/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</header>
<div class="place-body">
@include('places::public._json-ld', ['place' => $model])
@if(!empty($model->latitude) && !empty($model->longitude))
@if (!empty($model->latitude) && !empty($model->longitude))
<div class="place-map" id="map" data-url="{{ url($page->uri().'/places-json/'.$model->id) }}" style="height: 500px"></div>
@endif
@empty(!$model->image)
Expand Down

0 comments on commit 5967f8f

Please sign in to comment.