@extends('layouts.tenant-admin') @section('title', 'تعديل مقال') @section('content')

تعديل: {{ $article->title }}

📜 سجل التعديلات
@php $formAction = route('tenant.articles.update', $article); @endphp @include('tenant.articles._form') @endsection