@extends('adminlte::page') @section('title', 'Threat Report') @section('content_header')

Threat Report

@endsection @section('content')

Enter threat id to generate threat report

{!! html()->label('Threat ID *', 'inputThreatID')->toHtml() !!} {!! html()->select('inputThreatID', ['' => 'Select Threat ID'] + $threats)->class('form-control')->id('inputThreatID') !!}
@endsection @push('js') @endpush