master
parent
a91177b31b
commit
91a04d3c9c
|
@ -4,7 +4,8 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<nav style="--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");" aria-label="breadcrumb"> <ol class="breadcrumb">
|
||||
<nav style="--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");" aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="{{url('/')}}">Startseite</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{url('/verkaufsstellen')}}">Verkaufsstellen</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">{{$content->title}}</li>
|
||||
|
@ -29,10 +30,8 @@
|
|||
@endisset
|
||||
|
||||
|
||||
@if ($content->image)
|
||||
<img class="gallery" alt="Gallery image" src="{{ asset('uploads/' . content->image) }}">
|
||||
<img class="rounded img-fluid" alt=" Finkenhammer Verkaufsstandort {{$content->title}}" src=" {{$content->image}}">
|
||||
|
||||
@endif
|
||||
|
||||
|
||||
<p class="mt-3 fs-4">
|
||||
|
|
Loading…
Reference in New Issue