@extends('layouts.default') @section('content')

Report Groups

{{-- --}}
@foreach ($reportedGroups as $item) @endforeach
No. Report By Group Name Actions
{{ $item->id }} {{ $item->user->profile->first_name }} {{ $item->group->group_name }} View Approve
@stop