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

Add Threat

@endsection @section('content')
@csrf @include('threats._form')
Cancel
@endsection