feat/admin-send-quote #15

Merged
llama merged 5 commits from feat/admin-send-quote into master 2023-10-09 05:09:57 -04:00
Showing only changes of commit 47022bc4e2 - Show all commits

View File

@ -6,7 +6,4 @@
</div>
</div>
</div>
@if(auth()->user()->is_admin)
<livewire:pages.admin.send/>
@endif
</x-app-layout>