From 043b08ce591f6b7478ba0a9393f72ed13b4b69a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20St=C3=B6ckel?= Date: Wed, 1 Jan 2025 20:32:39 +0100 Subject: [PATCH] :art: improve mobile trip view in backend --- resources/views/admin/trip/show.blade.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/resources/views/admin/trip/show.blade.php b/resources/views/admin/trip/show.blade.php index 5ed5a2c8c..e1ef930b1 100644 --- a/resources/views/admin/trip/show.blade.php +++ b/resources/views/admin/trip/show.blade.php @@ -68,7 +68,7 @@ -
+

Checkins

@if($trip->checkins->count() === 0) @@ -112,12 +112,12 @@
-
+

Stopovers

- - - +
+
+ @@ -127,8 +127,8 @@ - - + + @foreach($trip->stopovers as $stopover) @endforeach - -
Name TRWL-IDAnkunft soll / ist Abfahrt soll / ist
@@ -157,8 +157,9 @@
+ + +