@extends('layouts/pos_layout') @section('title', '| ' . $pageTitle) @include('successMsg') @section('content')
{{ $pageTitle }}
@foreach ($datas as $data) @endforeach
SL# Effect Date Sales Type Applicable For Branch Action
{{ $loop->iteration }} {{ date('d-m-Y', strtotime($data->effect_date)) }}
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productSaleSystem/list.blade.php on line 41

Warning: Attempt to read property "sales_type" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productSaleSystem/list.blade.php on line 41

Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productSaleSystem/list.blade.php on line 43

Warning: Attempt to read property "sales_type" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productSaleSystem/list.blade.php on line 43
All
{{ $data->sale_config_type }} All
@endsection