{{ $thread->id ? __('Edit Thread') : __('New Thread') }}
{{ __('Please fill the form and save.') }}
{{ __('List Threads') }}
@if ($logged_in_user?->can('meta-tags'))
@endif @if ($categoriesMenu)
@endif
{{--
@if ($thread['image'] ?? null)
{{ $thread['name'] }}
@endif {{ __('Select A New Image') }} @if ($thread['image'] ?? null) {{ __('Remove Image') }} @endif
@if ($thread['attachments'] ?? null)
@foreach ($thread['attachments'] as $attachment) {{ $loop->iteration }}. {{ $attachment->name }} @endforeach
@endif {{ __('Select Attachments') }}
--}} @if ($logged_in_user?->can('meta-tags'))
{{-- TODO: Private --}} {{--
--}}
@endif @if ($logged_in_user?->can('group-permissions'))
@forelse ($roles as $role) @empty @endforelse
@endif
{{ __('Saved.') }} {{ __('Save') }}