THREE OF THEM!
This commit is contained in:
parent
caba5377e3
commit
93a2b9c0b5
13 changed files with 6 additions and 6 deletions
|
|
@ -1,13 +0,0 @@
|
|||
<x-layout>
|
||||
<x-slot:title>Rosco and Leko</x-slot:title>
|
||||
<div class="rosco-leko-gallery">
|
||||
@foreach($images as $image)
|
||||
<div>
|
||||
<img src="{{ $image["path"] }}" @if(isset($image["description"])) alt="{{ $image["description"] }}" @endif>
|
||||
@if(isset($image["description"]))
|
||||
<p>{{$image["description"]}}</p>
|
||||
@endif
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
</x-layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue