Added Create Custom, Random, Gmail Generation
This commit is contained in:
13
app/Livewire/Email.php
Normal file
13
app/Livewire/Email.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Livewire;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Email extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.email');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user