@props(['article', 'articles'])
background

{{ $article->user->username }}

@forelse ($articles as $item) {{ $item->title }} @empty

{{ __('There is currently no other articles') }}

@endforelse