@section('header_title', 'Social Feed')
@forelse($posts as $post)
@if($post->caption)

{{ $post->caption }}

@endif
@empty

No posts yet

Be the first one to share something!

@endforelse