teamsss list

{{-- @foreach ( $teams as $index => $team ) @if (Gate::check('view', $team))
@include('teams.show-team-information', ['team' => $team ])
@endif @endforeach --}} {{-- @include('teams.show-team-information', ['team' => $team ]) --}} {{-- @livewire('teams.update-team-name-form', ['team' => $team]) --}} {{-- @livewire('teams.team-member-manager', ['team' => $team]) --}} {{-- @if (Gate::check('view', $team))
@include('teams.show-team-information', ['team' => $team ])
@endif --}} {{-- @livewire('update-wallet-information-form') --}} {{-- @livewire('teams.all-teams-infolist', ['team' => $team]) --}} {{-- @livewire('teams.update-team-name-form', ['team' => $team]) --}} {{-- @livewire('teams.team-member-manager', ['team' => $team]) --}} {{-- @if (Gate::check('delete', $team) && ! $team->personal_team)
@livewire('teams.delete-team-form', ['team' => $team])
@endif --}} {{-- @if (Gate::check('update', $team))
@livewire('teams.update-team-name-form', ['team' => $team])
@endif --}} {{-- @if (Gate::check('updateTeamMember', $team))
@livewire('teams.team-member-manager', ['team' => $team])
@endif --}} {{-- @if (Gate::check('delete', $team) && ! $team->personal_team)
@livewire('teams.delete-team-form', ['team' => $team])
@endif --}}