{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'useFormByRequisition')) !!}
Employee Requisition Information
{!! Form::label('employee_id_for_requisition', 'From Employee:*', ['class' => 'col-sm-4 control-label'],false,false) !!}

{!! Form::label('employee_address', 'Address:', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::textarea('employee_address', null, array('class'=>'form-control','rows'=>2, 'id' => 'employee_address','placeholder' => 'Enter branch address','autocomplete'=>'off','readonly'=>'true')) !!}

{!! Form::label('phone_no', 'Phone No:', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('phone_no', null, ['class' => 'form-control','readonly','id' => 'phone_no']) !!}
@if(isset($employee_requisition_no) && count($employee_requisition_no) > 0)
{!! Form::label('employee_requisition_id', 'Employee Requisition No:*', ['class' => 'col-sm-4 control-label'],false,false) !!}
{!! Form::select('employee_requisition_id', $employee_requisition_no,null, ['class' => 'form-control custom-select2', 'id' => 'employee_requisition_id','placeholder' => 'Select Branch Requisition No','autocomplete'=>'off']) !!}

{!! Form::label('employee_requisition_date', 'Employee Requisition Date:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('employee_requisition_date', null, ['class' => 'form-control', 'id' => 'employee_requisition_date','readonly','autocomplete'=>'off']) !!}

@endif
@if ($isBarcodeStatus == 'false') @endif {{-- --}}
SL Product NamePID/EMEI NumberModel Name Current Stock QtyTotal PriceAction

{{-- add all button --}}
Employee Use Information
{!! Form::label('billNo', 'Bill No:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('use_no', $value = $nextUseBillNo, ['class' => 'form-control', 'id' => 'use_no', 'type' => 'text','readonly','autocomplete'=>'off']) !!}

{!! Form::label('use_date', 'Date:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('use_date', $branch_active_date, ['class' => 'form-control', 'id' => 'use_date','readonly','autocomplete'=>'off']) !!}

{!! Form::label('remarks', 'Remarks:', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::textarea('remarks', null, array('class'=>'form-control','rows'=>2, 'id' => 'remarks','placeholder' => 'Enter Remarks','autocomplete'=>'off')) !!}

{!! Form::label('total_quantity', 'Total Quantity:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('total_quantity', null, ['class' => 'form-control numeric', 'id' => 'total_quantity', 'readonly','min'=>'0','autocomplete'=>'off']) !!}

@if ($isBarcodeStatus == 'false') @endif {{-- --}}
SL Product Name*PID/EMEI Number*Model Name* Current Stock* Qty*Total PriceAction
Total 0 0

{!! Form::label('submit', ' ', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::submit('Submit', ['id' => 'add', 'class' => 'btn btn-info']); !!} Close
{!! Form::close() !!}