@extends('admin.layout') @section('content')
Create blog post
@include('admin.blog_posts.form', ['post' => null])
@endsection