@extends('layouts.admin') @section('title', __('News Management')) @section('content')
{{ __('Manage your news articles and content') }}
{{ __('By') }} {{ $news->author->full_name ?? 'Unknown' }} • {{ __('Category') }}: {{ $news->category->name ?? 'Uncategorized' }} • {{ $news->created_at->diffForHumans() }}
{{ ucfirst($news->status) }}{{ __('Start by creating your first news article.') }}
{{ __('Create First Article') }}