@extends('admin.layouts.app') @section('title', 'Blog Post Editor') @section('breadcrumb')
  • Blog
  • Posts
  • @endsection @section('heading', 'Blog Post Editor') @section('subheading', 'Create or edit blog articles.') @section('actions')
    @endsection @section('content') {{-- Stats --}}

    234

    Total Posts

    +8%

    198

    Published

    +5%

    36

    Drafts

    +3

    45K

    Total Views

    +22%
    @csrf
    {{-- Left Column (2/3) --}}

    Content

    {{-- Right Column (1/3) Sidebar --}}
    {{-- Publish Card --}}

    Publish

    Separate with commas

    {{-- SEO Card --}}

    SEO

    {{-- Form Actions --}}
    @endsection