@extends('emails.layout') @section('salutation') Hi {{$params['toName']}}, @endsection @section('content')
= nl2br($params['message']) ?>