diff --git a/resources/views/recipe/show.blade.php b/resources/views/recipe/show.blade.php index 5baaec8..49e36e7 100644 --- a/resources/views/recipe/show.blade.php +++ b/resources/views/recipe/show.blade.php @@ -14,10 +14,11 @@

{{ __('Created item') }}

-

- {{$recipe->craft->name}} +

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

@@ -29,10 +30,12 @@