<h1>{{ $greeting }}</h1>
<p>{{ $body }}</p>
@if($show_order_details)
@include('shop.partials.orders.orderDetails', ['order' => $order, 'regionInfo' => $regionInfo])
@endif
@if(isset($button_text) && isset($button_url))
<a href="{{ $button_url }}">{{ $button_text }}</a>
@endif
<p>{!! $closure !!}<br><br>{{ $name }}</p>