@section('title', 'Edit Article') @section('styles') @endsection

{{ __('Edit Article ') }}

@csrf
@if (!$article->article_image->isEmpty()) @foreach ($article->article_image as $multiple_image) @endforeach @else @endif
@include('pages.article.video.list._pagination-child')
@section('scripts') @endsection