mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
laravel echo
This commit is contained in:
@@ -14,7 +14,16 @@ class LaravelEcho extends Component
|
||||
public function plebLoggedIn($data)
|
||||
{
|
||||
$this->notification()
|
||||
->success(title: 'Pleb alert!', description: $data['name'].' logged in');
|
||||
->confirm([
|
||||
'img' => $data['img'],
|
||||
'title' => 'Pleb alert!',
|
||||
'description' => $data['name'].' logged in',
|
||||
'icon' => 'bell',
|
||||
'acceptLabel' => '',
|
||||
'rejectLabel' => '',
|
||||
'iconColor' => 'primary',
|
||||
'timeout' => 60000,
|
||||
]);
|
||||
}
|
||||
|
||||
public function render()
|
||||
|
||||
Reference in New Issue
Block a user