@extends('adminlte::blank') @section('title', 'Short Term Threat Details') @section('content')
{{-- With multiple slots, and plugin config parameters --}} @php $config = [ "placeholder" => "Select Workstream", "allowClear" => false, ]; @endphp
{{-- With multiple slots, and plugin config parameters --}} @php $config = [ "placeholder" => "Select Threat Owner", "allowClear" => false, ]; @endphp
{{-- With Label --}} @php $config = ['format' => 'DD-MM-YYYY']; @endphp
@endsection