@extends('emails.layout') @section('heading', $subject) @section('content')

{!!$body!!}

@stop