@extends('Backend.dashboard') @section('title') Edit Post @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 Post : {{ $post->title }}
Back To Posts List
@csrf
Current Image :
@endsection @section('ckeditor') @endsection