@extends('layouts/pos_layout') @section('title', '| Pos Day End') @section('content')

Manual Duplicate Transfer PID Correction Script


@csrf


Select All

{!! Form::label('Products','Products', ['class' => 'control-label']) !!}
{!! Form::select('product_id', $productData, null, ['id' => 'product_id', 'class' => 'form-control custom-select2','multiple'=> "multiple"]) !!}

@endsection