@component('mail::message') # Dear {{ $order->customer->name }}, We’re pleased to inform you that your order **#{{ $order->id }}** has been successfully created. @component('mail::button', ['url' => route('orders.show', $order->id)]) View Order @endcomponent Thanks,
{{ $org.organisation_name }} @endcomponent