resources/views/recipe/show.blade.php: Show description
This commit is contained in:
parent
389a22ff38
commit
8ec20f02e4
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
|
||||
<div class="p-4">
|
||||
|
||||
@if ($recipe->description)
|
||||
<p>{{ $recipe->description }}</p>
|
||||
@endif
|
||||
|
||||
@if ($recipe->craft)
|
||||
<div class="mb-4">
|
||||
<x-section-heading>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue