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

Pos Payment Method CONFIGURATION LIST

{{ csrf_field() }} @if (!empty($configs)) @foreach ($configs as $config) @endforeach @endif
SL# Name Transection Number Status Action
{{ ++$no }} {{ $config->name }} {{ $config->number }} {{ $config->status == 1 ? 'Active' : 'Inactive' }} id)) }}">
@include('dataTableScript') @endsection