Import notification file and updated other file..
This commit is contained in:
@ -2,12 +2,17 @@
|
||||
|
||||
namespace App\Http\Livewire\Common\Notifications;
|
||||
|
||||
use App\Traits\Modules;
|
||||
use Livewire\Component;
|
||||
|
||||
class NewApps extends Component
|
||||
{
|
||||
use Modules;
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.common.notifications.new-apps');
|
||||
$notifications = $this->getNotifications('new-apps');
|
||||
|
||||
return view('livewire.common.notifications.new-apps', compact('notifications'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user