Added Create Custom, Random, Gmail Generation
This commit is contained in:
11
resources/views/livewire/home.blade.php
Normal file
11
resources/views/livewire/home.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
<flux:heading class="mb-3" size="xl" level="1">Inbox</flux:heading>
|
||||
<div class="mb-3"></div>
|
||||
@php
|
||||
for ($i=0; $i<=10; $i++) {
|
||||
@endphp
|
||||
<livewire:inbox />
|
||||
@php
|
||||
}
|
||||
@endphp
|
||||
</div>
|
||||
Reference in New Issue
Block a user