Navi Beschriftung

main
Giò Diani 2025-01-18 23:46:07 +01:00
parent bc27afe05a
commit 107f8c46b9
2 changed files with 2 additions and 1 deletions

View File

@ -135,6 +135,7 @@ body>header>nav{
background: #fff;
border-radius: .2em;
position: relative;
border: 1px solid #fff;
}
body>header>nav>ul{

View File

@ -2,7 +2,7 @@
@section('body-class', 'property')
@section('header')
<nav>
<strong>Property: {{ $base['latlng'] }} ({{ $base['region_name'] }})</strong>
<strong>Mietobjekt: {{ $base['latlng'] }} ({{ $base['region_name'] }})</strong>
<ul>
<li><a href="/">Start</a></li>
@foreach($regions as $r)