unioil-cms-fe/app/Livewire/Notification.php

13 lines
197 B
PHP

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