{{ __('Articles') }} @if ($article_category->id) ({{ $article_category->name }}) @endif

{{ str(__('Please review articles, if you cannot find the answer you are looking for? Reach out to our support team by opening forum :thread.', ['thread' => '' . __('thread') . '']))->toHtmlString() }}

{{--
@forelse ($articles as $article)

{{ $article->title }}

{{ $article->description }}

@empty @endforelse @if ($articles->count() % 2 != 0)
@endif
--}}
@forelse ($articles as $article) @php $socialLink = new \SocialLinks\Page([ 'url' => route('articles.show', $article->slug), 'title' => $article->title, 'text' => $article->description, 'image' => $article->image, // 'icon' => $settings['icon'] ?? '', // 'twitterUser' => '@twitterUser', ]); @endphp @empty @endforelse
@if ($articles->hasPages())
{{ $articles->links() }}
@endif
@once @push('scripts') @endpush @endonce