{!! html()->form('POST', route('shorttermthreats.move-to-long-term-threat', base64_encode($shortTermThreat->id)))->id('copyModalShortTermForMoveThreat')->open() !!} @method('PUT')
{!! html()->label('Select Long Term Threat Owner *', 'threat_owner_id')->toHtml() !!} {!! html()->select('threat_owner_id', ['' => 'Select Owner'] + $users)->class('form-control')->value($shortTermThreat->threat_owner_id ?? '')->id('sel2LongThreatOwner') !!}
Once moved, this Short Term Threat cannot be edited. Please confirm to continue.
{!! html()->form()->close() !!}