From 78f1f74594b32807fb8a53f6d1599872cc8b749d Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Tue, 3 Jun 2025 16:53:04 +0200 Subject: [PATCH] fix(train): render error when train is cancelled --- resources/views/recipes/train.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/recipes/train.blade.php b/resources/views/recipes/train.blade.php index 16a33aa..d6f8dab 100644 --- a/resources/views/recipes/train.blade.php +++ b/resources/views/recipes/train.blade.php @@ -28,7 +28,7 @@ @if($journey['isCancelled']) - {{ $journey->status }} + Cancelled @else