@extends('web.layouts.app') @section('content')
@if (env('APP_PROJECT') != 'Rouaa') @include('web.settings_menu') @endif

@lang('user.teams')

@include('web.teams.create')
@foreach ($teams as $team) @include('web.teams.edit') @include('web.teams.delete') @endforeach
@lang('user.name') @lang('user.status') @lang('user.actions')
{{ $team->name }} @if ($team->status == 1) @lang('user.active') @else @lang('user.Inactive') @endif
{{ $teams->links('vendor.pagination.custom') }}

@lang('user.note')

@lang('notes.teams_note')

@endsection @section('script') @endsection