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>
|