{{ $notification->data['created_date'] }}
{{__('Order #:id',['id' => $notification->data['order_ref']])}}
@if(isset($notification->data['status']))
{!! $notification->data['status']['badge_label'] ?? "" !!}
@else
{{ $notification->data['last_transaction'] ?? "" }}
@endif