@forelse($posts as $post)
{!! Theme::partial('posts.item', compact('post')) !!}
@empty

{{ __('No data available') }}

@endforelse