@extends('Backend.dashboard') @section('title') Edit Article @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
Edit This Article Reports : {{ $articles->name }}
Back To Article List
@csrf
Current Image file :
@endsection @section('ckeditor') @endsection