<?php
namespace App\Livewire;
use Livewire\Component;
class Notification extends Component
{
public function render()
return view('livewire.notification.notification');
}