From b1604c484d058df76166b0230867854ee4a5bda4 Mon Sep 17 00:00:00 2001 From: Andy Newhouse Date: Thu, 25 Apr 2024 17:00:20 -0500 Subject: [PATCH] Add simple show details --- resources/views/tricks/show.blade.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/views/tricks/show.blade.php b/resources/views/tricks/show.blade.php index 91353b4..f92b52a 100644 --- a/resources/views/tricks/show.blade.php +++ b/resources/views/tricks/show.blade.php @@ -5,9 +5,12 @@ -
-
- + +
+
{{ $trick->description }}
+
+
{{ $trick->code }}
+
-
+