@extends('admin.layout_editor') @section('title', '✏️ تعديل المقال — نظام مقالاتي') @push('css') @endpush @section('content')

✏️ تعديل المقال

@csrf @method('PUT') @if($post->cover) cover @else preview @endif
@endsection @push('js') @endpush