Form Groups

Form grouping refers to the process of organizing or grouping together input fields on a form, typically for the purpose of facilitating easier distribution and processing of the information entered into those fields..

@forelse($groups as $group) @empty @endforelse
#
Name Status Created At Action
{{$loop->index +1 }}
{{$group->name}} {{$group->status()}} {{$group->created_at->diffForHumans()}}
There is no group found
{!! $groups->links() !!}