Compare commits
2 Commits
98a3c5bc8e
...
2d40e51e78
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d40e51e78 | |||
|
|
3fcc2de515 |
@@ -36,10 +36,8 @@ class CreateRfqTransporterBid extends CreateRecord
|
||||
|
||||
// $user1 = Filament::auth()->user();
|
||||
|
||||
|
||||
$body = "{$currentUser->name} current rank is #{$rank}";
|
||||
|
||||
$rfqNumber = $this->record->requestQuotation->rfq_number;
|
||||
$body = "{$currentUser->name} has updated the bid for RFQ No '{$rfqNumber}'. The current rank is #{$rank}.";
|
||||
|
||||
Notification::make()
|
||||
->title('Rank Updated')
|
||||
|
||||
Reference in New Issue
Block a user