@extends('emails.layouts.master') @section('body')

{{ $data['greeting'] }}

{!! auto_p($data['message']) !!}
@endsection