@extends('layouts.app') @section('title', 'Groups') @section('content')
all groups
@can('group-create') @endcan
@each('group.partials.table', $groups, 'group')
S.N Group Name Description Actions
@stop @push('scripts') @endpush