@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif
{{ __('#') }} {{ __('Date') }} {{ __('NFC Card Name') }} {{ __('Linked Card')}} {{ __('Linked Status') }}
{{-- Link / Unlink status modal --}} @include('user.includes.footer')
{{-- Custom scripts --}} @section('scripts') {{-- Get orders --}} {{-- Update status --}} @endsection @endsection