@extends('dashboard_layout') @section('content')

Group Wise Post Listing - {{$group_name}}

@if(count($fetch_group_posts) > 0) @foreach($fetch_group_posts as $key => $value) @endforeach @else @endif
Sr. No User Name Posts Title Posts Post Image
1 {{$value['user_name']['first_name']}} {{$value['user_name']['last_name']}} {{$value['post_title']}} {{$value['post']}}
There is no post for this group till now.
@endsection