@extends('layouts/pos_layout') @section('title', '| Product Pricing List') @section('content') @include('successMsg')
{!! Form::open(['url' => '']) !!} {{ csrf_field() }}
{!! Form::label('startDate', '', ['class' => 'control-label col-sm-12']) !!}
{!! Form::text('startDate', null, ['class' => 'form-control', 'id' => 'startDate', 'type' => 'text','autocomplete'=>'off', 'placeholder'=>'From']) !!}
{!! Form::label('endDate', '', ['class' => 'control-label col-sm-12']) !!}
{!! Form::text('endDate', null, ['class' => 'form-control', 'id' => 'endDate', 'type' => 'text','autocomplete'=>'off', 'placeholder'=>'To']) !!}
{!! Form::submit('Search',['id'=>'search','class'=>'btn btn-primary btn-xs','style'=>'font-size:15px;']) !!}
{!! Form::close() !!}

PRODUCT PRICING LIST

@if($loggedBranchName == 'Head Office') @endif {{ csrf_field() }} @foreach($product_pricing_lists as $product_pricing) @if($loggedBranchName == 'Head Office')
Warning: Undefined variable $product_pricing in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productPricing/viewProductPricing.blade.php on line 82

Warning: Attempt to read property "created_by" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productPricing/viewProductPricing.blade.php on line 82

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productPricing/viewProductPricing.blade.php:83 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/productConfig/productPricing/viewProductPricing.blade.php on line 83
SL# Effected Date Total ProductCreated ByAction
{{++$no}} {{$product_pricing->effected_date}} {{$product_pricing->total_product}}