@extends('layout.mainlayout') @section('content')
| Employee | Location | Status | Attempts | Last Attempt | Action |
|---|---|---|---|---|---|
|
{{ $log->employee_code }} {{ $log->employee_name }} |
{{ $log->location }} | @if($log->status === 'success') SUCCESS @elseif($log->status === 'pending') PENDING @else FAILED @endif | {{ $log->attempts }} | {{ $log->last_attempt_at ?? '—' }} | @if($log->status === 'failed') 🔁 Retry @endif |
| No biometric delete logs found | |||||
System delete activity monitor