{{-- Threat Status --}}
{!! html()->label('ST Threat Status', 'sel2ThreatStatus')->toHtml() !!}
{!! html()->select('sel2ThreatStatus[]', $statusOptions)->class('form-control select2')->id('sel2ThreatStatus')->attribute('multiple')->attribute('placeholder', 'Select ST Threat Status') !!}
{{-- Production Unit --}}
{!! html()->label('Production Unit', 'sel2ProductionUnit')->toHtml() !!}
{!! html()->select('sel2ProductionUnit[]', $productionUnits)->class('form-control select2')->id('sel2ProductionUnit')->attribute('multiple')->attribute('placeholder', 'Select Production Unit') !!}
{{-- Workstream --}}
{!! html()->label('Workstream', 'sel2Workstream')->toHtml() !!}
{!! html()->select('sel2Workstream[]', $workstreamOptions)->class('form-control select2')->id('sel2Workstream')->attribute('multiple')->attribute('placeholder', 'Select Workstream') !!}
{{-- Priority --}}
{!! html()->label('Priority', 'sel2PrioritySearch')->toHtml() !!}
{!! html()->select('sel2PrioritySearch[]', $priorityOptions)->class('form-control select2')->id('sel2PrioritySearch')->attribute('multiple')->attribute('placeholder', 'Select Priority') !!}
{!! Html::text('hashtag')->id('inputHashtag')->value($reqData['tag'] ?? '')->class('form-control')->placeholder('Search Hashtag') !!}
{{-- Owner --}}
{!! html()->label('Owner', 'threat_owner_id')->toHtml() !!}
{!! html()->select('threat_owner_id[]', $ownerOptions)->class('form-control select2')->id('threat_owner_id')->attribute('multiple')->attribute('placeholder', 'Select Owner') !!}
{{-- /.row --}}
{{-- Modal Footer --}}