@if ($errors->any())
@endif
@csrf @method('PUT')

{{ __('Comma-separated. Used for search/filtering.') }}

is_external) ? 'checked' : '' }} class="rounded border-gray-300 text-blue-600 focus:ring-blue-500">

{{ __('Leave unchecked to keep this subject Internal — visible only to logged-in users.') }}

@if($helpSubject->media->count())
{{ __('Current Picture') }}
    @foreach($helpSubject->media as $media)
  • {{ $media->original_name }} {{ $media->original_name }}
  • @endforeach
@endif

{{ __('Uploading a new image automatically replaces the current one — the old file is deleted. Shown as the thumbnail in listings and the banner on the full page.') }}

{{ __('Short summary shown on the Help and Blog listing pages. Leave empty to auto-generate one from the content.') }}

{!! old('content', $helpSubject->content) !!}
{{ __('Cancel') }}