@extends('layouts.panel') @section('content')
{{ $article->title }}
Existing: {{ $article->formatted_pdf }}
{{ str_replace('_',' ', $log->to_status) }}
{{ $log->created_at?->format('M d, Y H:i') }}@if($log->note) - {{ $log->note }}@endif