Start New Discussion
@if($errors->any())
Please fix the following errors:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Discussion Scope
Project
*
-- Select Project --
@foreach($projects as $project)
id ? 'selected' : '' }}> {{ $project->title }}
@endforeach
Select the project this discussion belongs to
@error('project_id')
{{ $message }}
@enderror
Discussion Content
Discussion Title
*
A clear, descriptive title that summarizes the discussion topic
@error('title')
{{ $message }}
@enderror
Message
*
{{ old('message') }}
0 / 65535 characters
@error('message')
{{ $message }}
@enderror
Attachments
Optional
Click to upload
or drag and drop files here
Supported: Images, PDF, DOC, XLS, ZIP (Max 10MB each)
@error('attachments')
{{ $message }}
@enderror @error('attachments.*')
{{ $message }}
@enderror
Create Discussion
Cancel