@extends('email.main') @section('content') @if (@$body->heading)

{{ $body->heading }}

@endif
{!! $body->description !!}
@endsection