HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/views/emails/shop/orderUpdateCustomer.blade.php
<h1>{{ $greeting }}</h1>
<p>{{ $body }}</p>

@if($show_order_details)
    @include('vendor.KMS.partials.orders.orderDetails', ['order' => $order, 'regionInfo' => $regionInfo, 'showTotal' => $showTotal])
@endif

@if(isset($button_text) && isset($button_url))
    <a href="{{ $button_url }}">{{ $button_text }}</a>
@endif
<p>{!! $closure !!}<br><br>{{ $name }}</p>