@extends('mail.template') @section('title', 'Order Updated') @section('subtitle', 'Your order has been updated with new information') @section('content')

Order Update Notification

Hello, {{ $customer->customer_name }}!

Your Order #{{ $id }} has been updated!

Access your account to see the order details.

See Order
@endsection @section('footer-text', 'This order update notification was sent by PermShield. For any questions, please contact our support team.')