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