@extends('layouts.app') @section('title', 'Group Details') @push('styles') @endpush @section('content')
Member Count:{{ count($participants) }}
--}}Owner: {{ $group['owner'] }}
Created: {{ date('Y-m-d', $group['created_at']) }}
Description: {{ $group['description'] ?? 'No description available' }}