@extends('layouts/pos_layout') @section('title', '| Ais & Mis Report Ledger Code Configuration List') @section('content') @include('successMsg')

Ais & Mis Report Ledger Code CONFIGURATION LIST

{{ csrf_field() }} @if (!empty($configs)) @foreach ($configs as $config) @endforeach @endif
SL# Title Type Content Action
{{ ++$no }} {{ $config->title }} {{ $config->type }}
Warning: Undefined variable $config in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/config/aisMisReportLedgerCodeConfig/viewAisMisReportLedgerCodeConfig.blade.php on line 54

Warning: Attempt to read property "content" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/config/aisMisReportLedgerCodeConfig/viewAisMisReportLedgerCodeConfig.blade.php on line 54

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/config/aisMisReportLedgerCodeConfig/viewAisMisReportLedgerCodeConfig.blade.php on line 54

Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/config/aisMisReportLedgerCodeConfig/viewAisMisReportLedgerCodeConfig.blade.php on line 54
@include('dataTableScript') @endsection