@if (Gate::check('view', $team))
Showing resource table
@else
You do not have permission to view this resource
@endif
{{-- @if (Gate::check('update', $team) )
{{__('Can Update')}}
@else
{{__('Cannot Update')}}
@endif --}} {{-- @if (Gate::check('update', $team) ) --}} {{-- @livewire(Laravel\Jetstream\Http\Livewire\UpdateTeamNameForm::class, compact('team')) --}} {{-- @endif --}} {{-- --}} {{-- @if (Gate::check('updateTeamMember', $team) && Laravel\Jetstream\Jetstream::hasRoles()) --}} {{-- @livewire(Laravel\Jetstream\Http\Livewire\TeamMemberManager::class, compact('team')) --}} {{-- --}} {{-- @endif --}} {{-- @if (Gate::check('delete', $team) && ! $team->personal_team) --}} {{-- --}} {{-- @livewire(Laravel\Jetstream\Http\Livewire\DeleteTeamForm::class, compact('team')) --}} {{-- @endif --}}