@extends('emails.layout') @section('subject', $subject) @section('content') {!! $body !!} @endsection