@props(['type' => 'data', 'count' => null]) @php $user = auth()->user(); @endphp @if($user && $user->is_officer && !$user->hasMultiStationAccess())
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.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.