@foreach($stories as $story)
@if ( $auth->id == $story->user_id || $auth->grade_id > 6) @endif
@if($story->story_img)

@endif

{!! nl2br($story->comment) !!}

@if(count($story->comments) > 0) @endif
@endforeach