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

Crear Mensaje para Embudo

@include('mensajes_embudo.form', ['action' => route('mensajes_embudo.store'), 'tipo'=>'create']) @endsection