@if ($order->shipment && $order->shipment->note)

{{ __('Delivery Notes:') }}

{{ $order->shipment->note }}

@endif