@component('open._layouts.app', [ 'title' => $stockPage->name, 'meta' => $stockPage->meta(), ])
{{ Breadcrumbs::render('stock') }}
@if($article)
{{ $article->started_at->format('d') }}
{{ get_month_date($article->started_at) }} {{ $article->started_at->format('Y') }}

{{ $article->name }}

{{ $article->description }}

@if($image = $article->getFirstMedia('featured'))
{{ $image->name }}
@endif
{!! $article->content !!}
@endif
@endcomponent