1
0
Fork 0

resources/views/recipe/show.blade.php: Show description

This commit is contained in:
Henrik Hautakoski 2021-07-08 14:10:04 +02:00
parent 389a22ff38
commit 8ec20f02e4

View file

@ -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>