@props(['type' => 'data', 'count' => null]) @php $user = auth()->user(); @endphp @if($user && $user->is_officer && !$user->hasMultiStationAccess())
Station Data Filter Active

Showing {{ $type }} from: {{ $user->station->name ?? 'Your Station' }}

@if($count !== null)

Total {{ $type }} visible: {{ $count }}

@endif You are viewing {{ $type }} from your assigned station only. Higher-ranking officers may see {{ $type }} from all stations.
@elseif($user && $user->hasMultiStationAccess())
Multi-Station Access

Showing {{ $type }} from: All Police Stations

@if($count !== null)

Total {{ $type }} visible: {{ $count }}

@endif Your rank allows you to view {{ $type }} from all police stations.
@endif