{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'issueFormByRequisition')) !!} {{--

Branch Requisition Information

--}}
Branch Requisition Information
{!! Form::label('branch_id_from_requisition', 'From Branch:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::select('branch_id_from_requisition', $fromBranchesRequisition,null, ['class' => 'form-control custom-select2', 'id' => 'branch_id_from_requisition','placeholder' => 'Select Branch','required'=>'required','autocomplete'=>'off']) !!}

{!! Form::label('branch_address', 'Address:', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::textarea('branch_address', null, array('class'=>'form-control','rows'=>2, 'id' => 'branch_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($branch_requisition_no) && count($branch_requisition_no) > 0)
{!! Form::label('branch_requisition_id', 'Branch Requisition No:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::select('branch_requisition_id', $branch_requisition_no,null, ['class' => 'form-control custom-select2', 'id' => 'branch_requisition_id','placeholder' => 'Select Branch Requisition No','autocomplete'=>'off']) !!}

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

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

{{-- add all button --}}
Branch Issue Information
{!! Form::label('issue_no', 'Bill No:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('issue_no', $nextIssueBillNo, ['class' => 'form-control','readonly', 'id' => 'issue_no']) !!}
{!! Form::label('issue_date', 'Issue Date:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::text('issue_date', $branch_active_date, ['class' => 'form-control','readonly','id' => 'issue_date']) !!}
{{--
{!! Form::label('branch_id', 'From Branch:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::select('branch_id', $fromBranches,1, ['class' => 'form-control custom-select2', 'id' => 'branch_id','placeholder' => 'Select Branch','required'=>'required','autocomplete'=>'off']) !!}

--}}
{!! Form::label('to_branch_name', 'To Branch:*', ['class' => 'col-sm-4 control-label'],false) !!}
{!! Form::hidden('branch_id', null, ['class' => 'form-control','readonly','id' => 'branch_id']) !!} {!! Form::hidden('to_branch_id', null, ['class' => 'form-control','readonly','id' => 'to_branch_id']) !!} {!! Form::text('to_branch_name', null, ['class' => 'form-control','readonly','id' => 'to_branch_name']) !!}
{!! Form::label('delivery_type', 'Delivery By:* ', ['class' => 'col-sm-4 control-label','id' => 'delivery_type_label'],false) !!}
{!! Form::select('delivery_type', $delivery_type,null, ['class' => 'form-control custom-select2', 'id' => 'delivery_type','placeholder' => 'Select Delivery Type','required'=>'required','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', 'id' => 'total_quantity', 'readonly']) !!}
@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() !!}