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