@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Groups
Group Photo
Name
Created By
Total Members
Group Type
View
@foreach ($groups as $group)
{{$group->name}}
{{$group->user->username}}
{{$group->group_members_count}}
{{ucfirst($group->type)}}
@endforeach
@include('partials.footer')
@include('global.footer-links')