@include('web.groups.left-card')
@include('web.groups.group-header')
@include('auth.partials.messages')
@include('web.groups.right-card')
@foreach($results as $feeds)
@php $user=MstUser::where('userId',$feeds->userId)->first();
$userName=$user->userName;
$userPic=env('APPLICATION_URL').$user->profileImageUrl;
@endphp
@endforeach
We have not any more data yet
@foreach($group->groupPost as $img)
@foreach($img->postImage as $i)
@php
$extention=pathinfo($i->postFileUrl, PATHINFO_EXTENSION);
@endphp
@if($extention=="mp4" || $extention=="mov")
@endif
@endforeach
@endforeach
-
@foreach($group->groupMembers as $member)
@if(isset($member->user->profileImageUrl))
@else
@endif
{{--Remove--}}
{{$member->user->userName ??""}}
{{$member->user->bio ??""}}
{{$comment->user->userName ?? ""}} {{ $comment->comment}}