New notification page..
This commit is contained in:
13
app/Http/Livewire/Common/Notifications/NewApps.php
Normal file
13
app/Http/Livewire/Common/Notifications/NewApps.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Livewire\Common\Notifications;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class NewApps extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.common.notifications.new-apps');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user