@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif

{{ __('Link Card to NFC Card Key') }}

@csrf
{{-- NFC Card Key ID --}} {{-- Customers --}}
{{ __('Select a customer') }}
{{-- Cards --}}
{{ __('Select a card') }}
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection