diff --git a/resources/views/recipe/show.blade.php b/resources/views/recipe/show.blade.php index 5ff822f..5baaec8 100644 --- a/resources/views/recipe/show.blade.php +++ b/resources/views/recipe/show.blade.php @@ -3,7 +3,7 @@
- {{ $recipe->profession->name }} - {{ __('Recipe') }}: {{ $recipe->craft->name }} + {{ $recipe->profession->name }} - {{ __('Recipe') }}: {{ $recipe->name }}