diff --git a/app/Livewire/Studio/Manage/Order/Create.php b/app/Livewire/Studio/Manage/Order/Create.php index f213fc8..fb98143 100644 --- a/app/Livewire/Studio/Manage/Order/Create.php +++ b/app/Livewire/Studio/Manage/Order/Create.php @@ -96,7 +96,7 @@ public function save() PushNotification::whereIn('user_id', $userIds)->get(), [ 'title' => 'Order', - 'body' => 'Ada order baru masuk dengan nominal '.$result['data']['total'], + 'body' => 'Ada order baru masuk dengan nominal '.currency($result['data']['total'], 'Rp'), 'url' => route('studio.manage.order.index'), ], );