@extends('admin.layouts.home') @section('title', 'Manage Groups') @section('content')
| ID | Group Name | Privacy | Owner | Members | Is Featured | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ $group->id }} | @if($group->is_private === 0) Public @else Private @endif |
@if($group->owner)
|
{{ $group->members_count ?? 0 }} | {{ $group->is_featured ? "Featured" : "Un-Featured" }} | {{ $group->created_at->format('M d, Y') }} | ||
| No groups found | |||||||