@extends('layouts.layout') @section('title', $receta->titulo) @section('content')

{{ $receta->titulo }}

{{ $receta->nombre }}

Ingredientes: {{ $receta->ingredientes }}

Preparacion: {{ $receta->preparacion }}

@endsection