diff --git a/resources/views/recipe/show.blade.php b/resources/views/recipe/show.blade.php index ce2bb95..6113127 100644 --- a/resources/views/recipe/show.blade.php +++ b/resources/views/recipe/show.blade.php @@ -9,6 +9,20 @@
+ @if ($recipe->craft) +
+ +

{{ __('Created item') }}

+
+

+ {{$recipe->craft->name}} + @if ($recipe->craft->external_id) + + @endif +

+
+ @endif +

Reagents