@extends('panel::layouts.master', ['title' => 'تعديل الخبر']) @section('content')
  • قائمة الأخبار
  • تعديل الخبر
  • تعديل الخبر

    @csrf @method('put')
    {{ $article->image->alt_text }}
    {{ asset('storage/' . $article->image->file_path) }}
    @can(config('permissions_list.ARTICLE_EDITOR_CHOICE', false))
    editor_choice) ) checked @endif>
    @endcan @can(config('permissions_list.ARTICLE_HOTNESS', false))
    isHot()) ) checked @endif>
    @endcan
    status) ) checked @endif>
    @endsection @push('scripts') @include('common::partials.tinymce-scripts') @endpush @push('styles') @endpush