@php
$text = __('superadmin.offlinePackageRequestChange.text', ['status' => __('superadmin.offlineRequestStatus.' . $notification->data['status']), 'package' => $notification->data['package_name']]);
if($notification->data['status'] == 'rejected'){
$text .= '
'.__('app.remark') . ': ' . $notification->data['remark'];
}
@endphp