lasthourcloud/resources/views/livewire/team/storage/show.blade.php

7 lines
146 B
PHP
Raw Normal View History

2024-01-07 15:23:41 +00:00
<div>
2023-08-11 15:31:53 +00:00
<x-team.navbar :team="auth()
->user()
->currentTeam()" />
<livewire:team.storage.form :storage="$storage" />
2024-01-07 15:23:41 +00:00
</div>