@extends('layouts/pos_layout') @section('title', '| ' . $pageTitle) @include('successMsg') @section('content')
Product/Category Vat Configuration
@foreach ($datas as $data) @endforeach
SL# Sales Type Applicable For Branch Vat Name & Percent Valid Date Action
{{ $loop->iteration }}
Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productVat/list.blade.php on line 40

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

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

Warning: Attempt to read property "sales_type" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productVat/list.blade.php on line 42
All
{{ $data->vat_type }} All {{ $data->vat_name }} - {{ $data->vat_percent }}% {{ date('d-m-Y', strtotime($data->valid_from)) }} to {{ date('d-m-Y', strtotime($data->valid_to)) }}
@endsection