@extends('layouts.app') @section('title', 'Task Groups') @section('pages')
@include('layouts.partials.nav-menu')
@include('task-manager.task-groups.table')
@endsection @section('js') @endsection