{{ __('admin_team_label' ) }}
{{ __('admin_team_title') }} ({{$teams->total()}})
@can('create_projects') @endcan
@forelse($teams as $team) @empty @endforelse
# {{ __('admin_table_project') }} {{ __('admin_table_email') }} {{ __('admin_table_phone') }} {{ __('admin_table_type_project') }} {{ __('admin_table_description') }} Actions
{{ $loop->index + $teams->firstItem()}} {{ $team->name }} {{ $team->email ? $team->email : 'N/A' }} {{ $team->phone ? $team->phone : 'N/A' }} {{ $team->type_id ? $team->type->description : 'N/A'}} {{ $team->format_description }} @if ($team->deleted_at) @endif @can('show_projects') @endcan
{{ __('admin_no_found_result') }}
{{ $teams->links() }}
{{ __('admin_team_search_title') }}
{{ __('button_cancel') }} {{ __('button_search') }}