two of them
This commit is contained in:
parent
cebb14f59c
commit
3821e58e10
13 changed files with 18 additions and 19 deletions
|
@ -7,5 +7,5 @@
|
|||
<a href="/bookmarks">bookmarks</a> |
|
||||
<a href="/guestbook">guestbook</a> |
|
||||
<a href="/music">music</a> |
|
||||
<a href="/rosco">rosco</a>
|
||||
<a href="/rosco-leko">rosco & leko</a>
|
||||
</nav>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<x-layout>
|
||||
<x-slot:title>Rosco</x-slot:title>
|
||||
<div class="rosco-gallery">
|
||||
<x-slot:title>Rosco and Leko</x-slot:title>
|
||||
<div class="rosco-leko-gallery">
|
||||
@foreach($images as $image)
|
||||
<div class="rosco">
|
||||
<div>
|
||||
<img src="{{ $image["path"] }}" @if(isset($image["description"])) alt="{{ $image["description"] }}" @endif>
|
||||
@if(isset($image["description"]))
|
||||
<p>{{$image["description"]}}</p>
|
Loading…
Add table
Add a link
Reference in a new issue