@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf
{{-- Enable/Disable NFC Card Order System --}}
config_value) && $config[76]->config_value == '1' ? 'checked' : '' }}>
{{-- Enable/Disable NFC Card Order System in Website --}}
config_value) && $config[97]->config_value == '1' ? 'checked' : '' }}>
{{-- Character limit --}}
{{-- Footer --}} @include('admin.includes.footer')
@endsection