@extends('layouts.app') @section('title', 'Create Blog Post') @section('content')

Create Blog Post

Write a new blog post for the community

← Back to My Posts
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

This will be shown as a preview in blog listings.

Upload an image to represent your blog post (max 2MB).

Minimum 100 characters required.

Approval Required

Your blog post will be submitted for admin approval before being published on the platform.

Cancel
@endsection