@csrf @if ($method !== 'POST') @method($method) @endif
@error('community_category_id')

{{ $message }}

@enderror
@error('title')

{{ $message }}

@enderror
@error('body')

{{ $message }}

@enderror
@if ($post?->images?->isNotEmpty())

Current images

@include('community.partials.image-grid', [ 'images' => $post->images, 'post' => $post, 'deleteRouteName' => 'community.posts.images.destroy', 'deletable' => true, ])
@endif

Upload up to 5 images total. Allowed: JPG, JPEG, PNG, WebP. Maximum: 3MB each.

@error('images')

{{ $message }}

@enderror @error('images.*')

{{ $message }}

@enderror
Cancel