diff --git a/resources/views/recipe/show.blade.php b/resources/views/recipe/show.blade.php index 5baaec8..dde0630 100644 --- a/resources/views/recipe/show.blade.php +++ b/resources/views/recipe/show.blade.php @@ -9,6 +9,10 @@
+ @if ($recipe->description) +

{{ $recipe->description }}

+ @endif + @if ($recipe->craft)