@extends('adminlte::page') @section('title', 'Evidence Management') @section('content_header')

Evidence Management

Add New Evidence
@stop @section('content')

Filter Evidence

Reset

Evidence Records

@forelse($evidence as $item) @empty @endforelse
Tag Number Type Description Status Location Current Custodian Case Actions
{{ $item->tag_number }} {{ $item->evidence_type_label }} {{ Str::limit($item->description, 50) }} {{ $item->status_label }} {{ $item->storage_location ?? $item->location ?? 'N/A' }} {{ $item->currentCustodian->name ?? 'N/A' }} @if($item->case) {{ $item->case->case_number }} @else N/A @endif
No evidence records found.
@stop @section('css') @stop @section('js') @stop