@extends('layouts.app') @section('title', 'Dashboard') @section('content')

Editar Mensaje para Embudo

@include('mensajes_embudo.form', ['action' => route('mensajes_embudo.update', $registro->id), 'registro' => $registro, 'tipo'=>'edit']) @endsection