lasthourcloud/resources/views/team/storages/show.blade.php

5 lines
131 B
PHP
Raw Normal View History

2023-08-07 13:31:42 +00:00
<x-layout>
<x-team.navbar :team="session('currentTeam')" />
<livewire:team.storage.form :storage="$storage" />
</x-layout>