@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
{{-- Check NFC card designs in below 0 --}} @if (count($availableNfcCards) > 0) {{-- Nfc cards --}} @foreach ($availableNfcCards as $nfcCard)
{{ __($nfcCard->nfc_card_name) }} {{ __($nfcCard->nfc_card_name) }}

{{ __($nfcCard->nfc_card_name) }}

{{ __($nfcCard->nfc_card_description) }}

{{ __('Price:') }}

{{ formatCurrency($nfcCard->nfc_card_price) }}

{{-- Check available stock --}} @if ($nfcCard->available_stocks > 0) @else @endif
@endforeach @else {{-- No NFC cards found --}}

{{ __('NFC cards Not Found!') }}

{{ __('Try adjusting your search or filter to find what you\'re looking for.') }}

@endif
{{-- Footer --}} @include('user.includes.footer')
{{-- Custom JS --}} @section('scripts') {{-- FSlightbox --}} @endsection @endsection