@if(empty($post['postActivities'])) Like @else @if( $post['postActivities']['activity_type'] == 1 || $post['postActivities']['activity_type']==2) Like @else Like @endif @endif
@if(empty($post['postActivities']))
@else @if($post['postActivities']['activity_type'] == 0)
@endif @endif
Comments
@if(Auth::user()->id == $post->member_id)
Attachments
@endif
Share