added not subscribed page, added premium inbox
This commit is contained in:
13
app/Livewire/Dashboard/NotSubscribed.php
Normal file
13
app/Livewire/Dashboard/NotSubscribed.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Livewire\Dashboard;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class NotSubscribed extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.dashboard.not-subscribed')->layout('components.layouts.dashboard');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user