@extends('layouts.admin') @section('title', 'Create New Post - Admin Dashboard') @section('page-title', 'Create New Post') @section('page-subtitle', 'Write and publish a new blog post') @section('content')
@csrf
@error('title')

{{ $message }}

@enderror
@error('subtitle')

{{ $message }}

@enderror

Drag and drop image here, or click to select

PNG, JPG, GIF up to 5MB

@error('featured_image')

{{ $message }}

@enderror

Optional: A shorter version for previews

@error('excerpt')

{{ $message }}

@enderror
@error('content')

{{ $message }}

@enderror
@error('status')

{{ $message }}

@enderror

Leave empty to publish now (if status is published)

@error('published_at')

{{ $message }}

@enderror
Cancel
@endsection @section('extra-js') @endsection