@extends('layouts/pos_layout') @section('title', '| ' . $pageTitle) @section('content')

{{ $pageTitle }}

{{ csrf_field() }} @if (!empty($configArray)) @foreach ($configArray as $config) @endforeach @endif
SL# Config System Action
{{ ++$no }}
  • Is Allow Export/Import System: {{ $config['export_import'] }}
  • Customer: @if ($config['export_import_pos_customers'] == 1) @else @endif
  • Products Config: @if ($config['export_import_pos_products_config'] == 1) @else @endif
  • Opening Stock : @if ($config['export_import_pos_opening_stock'] == 1) @else @endif
  • Opening Balance: @if ($config['export_import_pos_opening_balance'] == 1) @else @endif
@endsection