@extends('admin.layouts.app') @section('title', 'Create Blog Post') @section('page-title', 'Create Blog Post') @section('content') {{-- Page Header --}}

Create New Blog Post

Fill in the details below to create a new blog post

{{-- Form --}}
@csrf @include('admin.blogs._form', ['blog' => null, 'submitText' => 'Publish Post'])
@endsection