@extends('layouts.app') @section('content')
@include('dashboard.partials.sidebar')

Intelligence Leads: {{ $case->name }}

CASE ACTIVE
ID-V{{ $case->id }} • FILED {{ $case->created_at->format('M d, Y') }}
@forelse($tips as $tip)
Sighting Report
{{ $tip->created_at->format('M d, Y • H:i') }}

{{ $tip->message }}

@if($tip->contact_info)
Handshake Node: {{ $tip->contact_info }}
@endif
@if($tip->evidence)
ATTACHED EVIDENCE
@else
No Visual Proof
@endif
@empty

Operational Silence

No intelligence data has been transmitted back from the network registry yet.

@endforelse
@endsection