{{$team->team_background_url}}

{{ $team->name }}

{{$category['name'] ?? ''}}

@php $team_metas = $team->metas !== null ? json_decode($team->metas,true) : ['status' => 'Recém-criado'] @endphp
@if(Gate::check('update', $team) && request('view') != 'aluno') @php $not_cards = [ 'pack', 'seminar' ]; @endphp @if(!in_array($team->category, $not_cards))
@php $view = false; @endphp
@endif
@livewire('course.status', ['id' => $team->id])
@else @php $not_cards = [ 'pack', 'seminar' ]; @endphp @if(!in_array($team->category, $not_cards))
@php $view = true; @endphp
@endif @if(Gate::check('update', $team))
@endif @endif