Visitor database @if ($canManage) Add entry @endif
Filter

Watchlist entries

@forelse ($entries as $entry) @empty @endforelse
Name Company Status Reason
@if ($entry->visitor) {{ $entry->full_name }} @else {{ $entry->full_name }} @endif {{ $entry->company ?? '—' }} {{ str_replace('_', ' ', $entry->status) }} {{ Str::limit($entry->reason, 60) ?: '—' }} @if ($canManage) Remove @endif
No watchlist entries.
@if ($entries->hasPages())
{{ $entries->links() }}
@endif