_post_replies.blade.php 173 Bytes
Newer Older
1 2 3 4 5
@foreach($posts as $post)
    <div class="display-post">
        <strong>โพสต์ของสมาชิก: {{ $post->user->name }}</strong>
    </div> 
@endforeach