@extends('web.layouts.master') @section('content') @if (in_array($slug, ArticleCategoryEnum::getSingleContentArticleArray()))

{{ $title }}

{!! $article->description !!}
@else @if(count($paginator) > 0)

{{ $title }}

@include("web.components.pagination", collect($paginator)->toArray())
@endif @endif @endsection