@extends('layouts.app') @section('title', 'Heart-Healthy Recipes - Mikey Network') @section('meta_description', 'Discover delicious and nutritious heart-healthy recipes that support cardiovascular health. Find easy-to-follow recipes for every meal of the day.') @section('content')

{{$recipe->title}}

{!!$recipe->description!!}

@endsection