@extends('common.dashboard') @section('title','Create post') @section('content')

New blog post

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