mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-25 12:33:35 +00:00
7 lines
146 B
PHP
7 lines
146 B
PHP
<div>
|
|
<x-team.navbar :team="auth()
|
|
->user()
|
|
->currentTeam()" />
|
|
<livewire:team.storage.form :storage="$storage" />
|
|
</div>
|