@extends('welcome') @section('title', '| Transfer') @section('content')
Transfer
{!! Form::open(array('url' => 'storeTransfer', 'enctype' => 'multipart/form-data', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('transferNo', 'Transfer No:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('transferNo', $taransferNo, ['class' => 'form-control', 'id' => 'transferNo', 'type' => 'text','readonly','autocomplete'=>'off']) !!}
{!! Form::label('branchFrom', 'Branch From:', ['class' => 'col-sm-2 control-label']) !!}
where('id',$branchId)->value('name')}} value2={{DB::table('gnr_branch')->where('id',$branchId)->value('id')}} autocomplete="off" readonly>
{!! Form::label('orderNo', 'Order No:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('orderNo', $value = null, ['class' => 'form-control', 'id' => 'orderNo', 'type' => 'text','autocomplete'=>'off']) !!}
{!! Form::label('branchTo', 'Branch To:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::label('transferOrderNo', 'Transfer Order No:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('transferOrderNo', $value = null, ['class' => 'form-control', 'id' => 'transferOrderNo', 'type' => 'text','autocomplete'=>'off']) !!}
{!! Form::label('totalTransferQuantity', 'Transfer Quantity:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('totalTransferQuantity', $value = null, ['class' => 'form-control', 'id' => 'totalTransferQuantity', 'type' => 'text','readonly','autocomplete'=>'off']) !!}
{!! Form::close() !!}
Close
{{-- Filtering Inputs --}}
{!! Form::label('productGroupId', 'Group:', ['class' => 'control-label']) !!}
{!! Form::label('productCategoryId', 'Category:', ['class' => 'control-label']) !!}
{!! Form::label('productSubCategoryId', 'Sub Category:', ['class' => 'control-label']) !!}
{!! Form::label('productBrandId', 'Brand:', ['class' => 'control-label']) !!}
{{-- End Filtering Input --}}
{{-- --}} {{-- --}}
Item Name Qty Action
Total Quantity