@extends('emails.layouts.email') @section('title', 'Welcome to Our Company') @section('content')
Dear {{ $name }},
{!! $theMessage !!}
@endsection