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

¡Hola {{ $user->person->first_name }} {{ $user->person->second_names }} {{ $user->person->first_surname }} {{ $user->person->second_surname }}!

{!! $text !!}

Saludos.

@endsection