@extends('admin::layouts.app') @section('title', 'New Post') @section('content')

New Post

← Posts
@csrf
@error('title')

{{ $message }}

@enderror
@error('prefix_id')

{{ $message }}

@enderror @if($channel->prefixes->isEmpty())

No prefixes assigned to this channel. Add some.

@endif
@endsection