@extends('emails.layout') @section('content')

Asunto: {{ $title }}

Nombre: {{ $full_name }}

Correo: {{ $email }}

Mensaje: {{ $description }}

@endsection