@extends('admin.layouts.home') @section('title', 'Edit Help Center Article') @push('styles') @endpush @section('content')
Published {{ $article->created_at?->diffForHumans() ?? '—' }}
Total views: {{ number_format($article->view_count) }}