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

Group Details

image
{{$group->created_at->format('F j, Y')}}
Created at
0
Total Posts
@foreach ($group->groupMembers as $members)
{{substr($members->user->username, 0, 1)}}
@endforeach {{-- +42 --}}
@yield('content')
@include('partials.footer')
@include('global.footer-links')