@component('open._layouts.app', [ 'title' => $expert->name, 'meta' => $expert->meta(), ])
{{ Breadcrumbs::render('expert', $expert) }}
@foreach($articles as $article) @if(!empty($article->name)) {{-- todo:hack to check if name is null --}} @include('open.articles._partials.articleElement') @endif @endforeach {{ $articles->links('open._layouts._partials.pagination') }}
@endcomponent