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

{{ $salutation }}

{!! nl2br(e($body)) !!}

{{ $signature }}

@endsection