@extends('admin.layout') @section('title', 'تعديل الجريدة — نظام مقالاتي') @push('css') @endpush @section('content')

تعديل الجريدة

رجوع
@csrf @method('PUT')
@if($newspaper->cover_image)
صورة الغلاف
@endif
@if($newspaper->pdf_path)

عرض الملف الحالي

@endif
active) ? 'checked' : '' }}>
@endsection