@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif
{{ __('#') }} {{ __('Created At') }} {{ __('Unique Key') }} {{ __('Card ID') }} {{ __('Link Status') }} {{ __('Action') }}
{{-- Link / Unlink status modal --}} @include('admin.includes.footer')
{{-- Custom scripts --}} @section('scripts') {{-- Get nfc card key generations --}} {{-- Update status --}} @endsection @endsection