@extends('layouts/contentNavbarLayout') @section('title', 'Challenge Groups Management') @section('content')
Manage and monitor all challenge groups across companies
{{ Str::limit($group->description, 100) }}
@if(request()->hasAny(['search', 'company'])) Try adjusting your search criteria or filters. @else No challenge groups have been created yet. @endif
@if(request()->hasAny(['search', 'company'])) Clear Filters @endif