@extends('layouts.email') @section('preheader') {{ $preheader ?? '' }} @endsection @section('content')
{!! $body !!}
@endsection