@props([ 'title' => 'Summary', 'order' => $order, ])
On {{ displayDateFormat($order->order_date) ?? '' }}, an order was placed with the ID {{ $order->order_id ?? '' }}, The order, which falls under the {{ $order->order_type ?? '' }} type and is currently marked as {{ $order->order_status ?? '' }}, has a total of {{ $order->total ?? '' }}. There were no discounts applied, and the total amount due matches the subtotal. The order includes {{ count($order->products) ?? '' }} products, with no shipping charges or taxes incurred. The entry was created and updated on {{ displayDateFormat($order->update_date) ?? '' }}. There are no cancellation details associated with this order.
--}}Order Date :
Update Date :
Order Type :
Status :
{{ ucfirst(str_replace('_', ' ', $label)) }}: