M6 Abschluss

This commit is contained in:
S170H
2024-01-19 18:57:43 +01:00
parent 91856073e1
commit fcba35dc00
6 changed files with 128 additions and 26 deletions

View File

@@ -39,11 +39,8 @@
@if(isset($admin))
@endif
@if(isset($gericht))
@if(isset($gerichtName, $bildname))
<?php
$gericht = $gericht[0];
$bildname = $gericht->bildname;
if ($bildname == Null) {
$bildname = "00_image_missing.jpg";
@@ -53,15 +50,15 @@
?>
<div class="grid_bewertung">
<div>
<div class="grid_bewertung">
<div>
</div>
<div>
<img class="bewertung" src="{{$bildname}}" alt="Bild vom Gericht" width= "10" height="10">
</div>
<div>
<h1>{{$gericht->name}}</h1>
</div>
<div>
<img class="bewertung" src="{{$bildname}}" alt="Bild vom Gericht" width= "10" height="10">
</div>
<div>
<h1>{{$gerichtName}}</h1>
<div class="bewertungen_mobile">
<form action="/bewertung_abschicken" method="post">