@extends('admin.layout.main') @section('admin')

Create New Blog Post

Write and publish a new blog post

Back to Posts
@csrf
@error('title')

{{ $message }}

@enderror
0/500
@error('excerpt')

{{ $message }}

@enderror
@error('content')

{{ $message }}

@enderror

Featured Image

@error('featured_image')

{{ $message }}

@enderror

Publish Settings

Category & Tags

@foreach($tags as $tag) @endforeach

SEO Settings

@endsection