@extends('layouts.admin') @section('title', 'Create Post - Admin Panel') @section('page-title', 'Create New Post') @section('content')
Post Details
@csrf
@error('title')
{{ $message }}
@enderror
@error('excerpt')
{{ $message }}
@enderror
A brief summary that appears in post listings. Max 500 characters.
@error('image')
{{ $message }}
@enderror
URL of the featured image for this post (optional).
@error('body')
{{ $message }}
@enderror
You can use basic HTML tags for formatting.
Cancel
Publishing Options

Choose whether to save as draft or publish immediately.

{{ Auth::user()->name }}

{{ Auth::user()->email }}
Tips
  • Write engaging titles that grab attention
  • Use clear and concise language
  • Break up long paragraphs for better readability
  • Save drafts frequently while working
@endsection