changed logic in transporter bid #131

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-24 09:30:53 +00:00

View File

@@ -41,8 +41,8 @@ class EditRfqTransporterBid extends EditRecord
// $user1 = Filament::auth()->user();
$body = "$currentUser current rank is #{$rank}";
$body = "{$currentUser->name} current rank is #{$rank}";
Notification::make()
->title('Rank Updated')
@@ -55,8 +55,6 @@ class EditRfqTransporterBid extends EditRecord
'recipients' => $recipients->pluck('id'),
]);
foreach ($recipients as $user) {
$user->notify(
new PushAlertNotification(