Added Fetch Email on page load

This commit is contained in:
Gitea
2025-04-26 00:22:03 +05:30
parent 9aa1b3ab8e
commit 89f6410578
16 changed files with 136 additions and 267 deletions

View File

@@ -1,11 +1,5 @@
<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
<livewire:frontend.mailbox />
</div>