@extends('layouts.admin') @section('title', 'UID Checker') @section('content')
Upload CSV/XLSX to Check UIDs

We will detect the UID column automatically (IT-UID, REG-UID, REG-ID, etc.). Matching UIDs will be highlighted in light green, non-matching in orange. The processed file will download in the same format (CSV note: colors require XLSX; CSV gets an extra STATUS column if needed).

@csrf
@error('file')
{{ $message }}
@enderror
Max 10 MB. By default all sheets will be processed; use the picker below to limit.
Leave empty to include all sheets.
Preparing…
Run Queue
Idle
How it works
  • We search header row for: IT-UID, REG-UID, REG-ID, IT-ID, UID.
  • We check against portal_users.reg_uid and portal_users.old_uid.
  • Green = found, Orange = not found.
  • CSV downloads may include a STATUS column if colors aren’t supported.
@endsection @section('scripts') {{-- SweetAlert2 for success message --}} @endsection