From b47053200735fe2fb0ca462fc4c058caae582622 Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 30 Sep 2024 16:06:48 +0200 Subject: [PATCH] feat: update layout and fix conditional rendering in detail.blade.php --- resources/views/components/detail.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/components/detail.blade.php b/resources/views/components/detail.blade.php index 7ce67e9..ec48a85 100644 --- a/resources/views/components/detail.blade.php +++ b/resources/views/components/detail.blade.php @@ -1,19 +1,19 @@
-
- @if($row->application_text ) + @if($row->application_text ) +
- - + +
{{ $row->application_text }}
- @else - keine Bewerbung vorhanden - @endif -
+
+ @endif