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

CUSTOMER CONFIGURATION LIST

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