@if($article->id) @else @if ($errors->has('article_id'))
{{ $errors->first('article_id') }}
@endif @endif
@foreach ($categories as $category) @include('articles-categories.partials.category', [ 'category' => $category, 'categories' => $article->articleCategory->pluck('category_id')->toArray(), ]) @endforeach
@push('after-scripts') @endpush