{{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @endif

We wanted to let you know that your order status has changed.

Order ID: {{ $order->id ?? '' }} Order Status: {{ $order->order_status ?? '' }}
We appreciate your order and look forward to serving you!
{{-- Salutation --}} @if (! empty($salutation)) {{ $salutation }} @else @lang('Regards'),
{{ $name ?? config('app.name') }} @endif {{-- Subcopy --}} @isset($actionText) @slot('subcopy') @lang( "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n". 'into your web browser:', [ 'actionText' => $actionText, ] ) [{{ $displayableActionUrl }}]({{ $actionUrl }}) @endslot @endisset