@extends('layouts.master') @section('title',__('index.nfc')) @section('styles') @endsection @section('main-content') @include('admin.section.flash_message') @lang('index.dashboard') @lang('index.nfc_section') @lang('index.nfc') # @lang('index.title') @lang('index.created_by') @lang('index.action') @forelse($nfcData as $nfc) {{ $loop->iteration }} {{ $nfc->title }} {{ $nfc->createdBy?->name }} @can('delete_nfc') @endcan @empty @lang('index.no_records_found') @endforelse @endsection @section('scripts') @endsection
@lang('index.no_records_found')