Other Deal Information
@error('form.collection_id')
{{ $message }}
@enderror
@if ($form->collection_id != null)
@endif
@if ($form->pipeline_id != null)
@error('form.stage_id')
{{ $message }}
@enderror
@if ($form->stage_id != null && count($form->checklist) > 0)
@endif
@endif
@error('form.owners')
{{ $message }}
@enderror