mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
7 lines
156 B
PHP
7 lines
156 B
PHP
<x-layout>
|
|
<x-team.navbar :team="auth()
|
|
->user()
|
|
->currentTeam()" />
|
|
<livewire:team.storage.form :storage="$storage" />
|
|
</x-layout>
|