@csrf
Thread Details
Thread Title
Content
{{ old('content') }}
@if($categories->count() > 0)
Category
@foreach($categories as $category)
id ? 'checked' : '' }} class="sr-only">
@if($category->icon)
{{ $category->icon }}
@else
@endif
{{ $category->name }}
@if($category->description)
{{ $category->description }}
@endif
@endforeach
@endif @if($tags->count() > 0)
Tags (Optional)
@foreach($tags as $tag)
id, old('tags', [])) ? 'checked' : '' }} class="sr-only">
{{ $tag->name }}
@endforeach
@endif
Cancel
Create Thread