TEAMS

{{__('How It Works')}}

JOINED

{{__('How It Works')}}

{{--
@foreach ( $teams as $index => $team ) @endforeach
--}}
@foreach ( $belongs as $index => $team ) @endforeach

JOINED

{{__('How It Works')}}

@foreach ( $teams as $index => $team ) @endforeach
{{--
@php $p_teams = 0; @endphp @foreach ( $teams as $index => $team ) @if ( $team->personal_team ) @php $p_teams++; @endphp @endif @endforeach

All Teams: {{ $teams->count() }}

Personal Teams: {{ $p_teams }}

Created Teams: {{ ($teams->count() - $p_teams) }}

@foreach ( $teams as $index => $team )
{{ __('Team #' .$team->id ) }}
{{ __('Team #' .$team->id ) }}
{{ $team->name }}
team information..
{{ __('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx') }}
@if (Gate::check('view', $team)) view @endif @if (Gate::check('update', $team)) edit @endif @if (Gate::check( 'delete', $team ) && ! $team->personal_team ) @if (Gate::check('delete', $team)) delete @endif
@endforeach
--}}