@extends('common.dashboard') @section('title','Edit '.$blog->title) @section('content')

Edit post

@include('common.blog.form') @csrf
@endsection