@extends('layouts/pos_layout') @section('title', '| Product Barcode Configuration List') @section('content') @include('successMsg')

Product Barcode CONFIGURATION LIST

{{ csrf_field() }} @if (!empty($configs)) @foreach ($configs as $config) @endforeach @endif
SL# Title Type Content Action
{{ ++$no }} {{ $config->title }} {{ $config->type }} {{ $config->content }}
@include('dataTableScript') @endsection