@extends('adminlte::blank') @section('title', 'Short Term Threat Details') @section('content_header')
{{ optional($threat->created_at)->format('d-m-Y') }}
{{ $threat->creator->full_name ?? '-' }}
{{ $threat->short_term_record_id ?? '-' }}
{{ $threat->overdue_days ?? 0 }}