@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Groups

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