@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')
Rank: {{ $dashboardData['user_info']['rank'] }} (Level {{ $dashboardData['user_info']['rank_level'] }})
Station Access: @if($dashboardData['user_info']['has_multi_station_access']) All Stations @else {{ $dashboardData['user_info']['station'] }} Only @endif
Data Scope: @if($dashboardData['user_info']['is_admin']) System Administrator - Full Access @elseif($dashboardData['user_info']['has_multi_station_access']) All police stations and their data @else Limited to {{ $dashboardData['user_info']['station'] }} station data only @endif
{{ $statGroup['label'] }}
Active: {{ $statGroup['active'] }} | Closed: {{ $statGroup['closed'] }} | Pending: {{ $statGroup['pending'] }} @elseif($key === 'evidence'){{ $statGroup['label'] }}
In Custody: {{ $statGroup['in_custody'] }} | In Analysis: {{ $statGroup['in_analysis'] }} @elseif($key === 'bail')Pending {{ $statGroup['label'] }}
Approved: {{ $statGroup['approved'] }} | Rejected: {{ $statGroup['rejected'] }} | Today's Check-ins: {{ $statGroup['today_checkins'] }} @else{{ $statGroup['label'] }}
@endif{{ $alert['message'] }}
@if(isset($alert['count'])) {{ $alert['count'] }} affected @endif @if(isset($alert['action_url'])) @endif