@extends('layouts.master') @section('title','NFC') @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message')
@forelse($nfcData as $nfc) @empty @endforelse
# Title Created By Action
{{ $loop->iteration }} {{ $nfc->title }} {{ $nfc->createdBy?->name }} @can('delete_nfc') @endcan

No records found!

@endsection @section('scripts') @endsection