@extends('layouts.admin') @section('content')
Approve KYC, activate IDs, and manage your technicians.
| Name & Phone | Status | Owner Action |
|---|---|---|
|
{{ $tech->name }} {{ $tech->phone }} |
Pending Review | Approve & Activate |
| No pending approvals right now. | ||
| Technician Details | Current Status | Manage |
|---|---|---|
|
{{ substr($tech->name, 0, 1) }}
{{ $tech->name }} ID: IFX-{{ $tech->id }} | {{ $tech->phone }} |
@if($tech->status === 'active') Active / Idle @else Blocked @endif | {{ $tech->status === 'active' ? 'Block ID' : 'Unblock ID' }} |
| No active technicians in the system. | ||