@extends('layouts.master') @section('title',__('index.nfc')) @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message')
{{ __('index.nfc_filter') }}
@if(!isset(auth()->user()->branch_id))
@endif
{{ __('index.reset') }}
{{ __('index.nfc_lists') }}
@forelse($nfcData as $nfc) @empty @endforelse
# @lang('index.title') @lang('index.created_by') @lang('index.action')
{{ $loop->iteration }} {{ $nfc->title }} {{ $nfc->createdBy?->name }} @can('delete_nfc') @endcan

@lang('index.no_records_found')

@endsection @section('scripts') @endsection