@extends('layouts.app') @section('title','Kelola QR Code') @section('topbar-title','QR Code Absensi Global') @section('styles') @endsection @section('content')
| Label | Dibuat Oleh | Tanggal | Status | Aksi |
|---|---|---|---|---|
| {{ $qr->label }} | {{ $qr->creator->name ?? '-' }} | {{ $qr->created_at->format('d/m/Y H:i') }} | @if($qr->is_active) Aktif @else Nonaktif @endif |
|
| Belum ada QR Code. Klik Generate untuk membuat. | ||||