@php $title = 'Teams' @endphp @section('title') {{$title}} @endsection @extends('layout') @section('main-content')

{{$title}}

{{-- --}} @foreach($teams as $team) {{-- --}} @endforeach
Sl.No Name EmployeesChat StatusStatus Action
{{$loop->iteration}} {{$team->name}} {{$team->users->count()}}
is_chat_enabled? 'checked' : ''}} />
status == 'active'? 'checked' : ''}} />
@endsection @section('scripts') @endsection