<<<<<<< HEAD
{{ Form::open(array('route' => 'jeff.store', 'id' => 'form-store_jeff', 'method' => 'POST')) }}
{{ Form::label('amplificationkit', 'Amplification Reagent Barcode') }}
{{ Form::text('amplificationkit', Input::old('amplificationkit'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('control_lot_number', 'Control Kit Lot Number') }}
{{ Form::text('control_lot_number', Input::old('control_lot_number'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('control_expiry', 'Control Kit Expiry Date') }}
{{ Form::text('control_expiry', Input::old('control_expiry'),array('class' => 'form-control standard-datepicker standard-datepicker-nobackdate','required'=>'required')) }}
{{ Form::label('calibrator_kit_lot_number', 'Calibrator Kit Lot Number') }}
{{ Form::text('calibrator_lot_number', Input::old('calibrator_lot_number'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('calibrator_expiry', 'Calibrator Kit Expiry Date') }}
{{ Form::text('calibrator_expiry', Input::old('calibrator_expiry'),array('class' => 'form-control standard-datepicker standard-datepicker-nobackdate','required'=>'required')) }}
{{ Form::label('reagent_kit_lot_number', 'Reagent Kit Lot Number') }}
{{ Form::text('reagent_lot_number', Input::old('reagent_lot_number'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('reagent_expiry', 'Reagent Kit Expiry Date') }}
{{ Form::text('reagent_expiry', Input::old('reagent_expiry'),array('class' => 'form-control standard-datepicker standard-datepicker-nobackdate','required'=>'required')) }}
{{ Form::label('number_of_runs', 'Total No. Of Samples To Be Tested ') }}
{{ Form::text('number_of_runs', Input::old('number_of_runs'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('number_of_runs', 'Total No. Of Samples To Be Tested ') }}
=======
{{ Form::open(array('route' => 'jeff.store', 'id' => 'form-store_jeff', 'method' => 'POST')) }}
{{ Form::label('amplification_barcode', 'Amplification Reagent Barcode') }}
{{ Form::text('amplification_barcode', Input::old('amplification_barcode'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('amplification_lot_number', 'Amplification Reagent Lot No.') }}
{{ Form::text('amplification_lot_number', Input::old('amplification_lot_number'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('amplification_expiry', 'Amplification Reagent Expiry Date') }}
{{ Form::text('amplification_expiry', Input::old('amplification_expiry'),array('class' => 'form-control standard-datepicker standard-datepicker-nobackdate','required'=>'required')) }}
{{ Form::label('control_lot_number', 'Control Kit Lot Number') }}
{{ Form::text('control_lot_number', Input::old('control_lot_number'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('control_expiry', 'Control Kit Expiry Date') }}
{{ Form::text('control_expiry', Input::old('control_expiry'),array('class' => 'form-control standard-datepicker standard-datepicker-nobackdate','required'=>'required')) }}
{{ Form::label('calibrator_lot_number', 'Calibrator Kit Lot Number') }}
{{ Form::text('calibrator_lot_number', Input::old('calibrator_lot_number'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('calibrator_expiry', 'Calibrator Kit Expiry Date') }}
{{ Form::text('calibrator_expiry', Input::old('calibrator_expiry'),array('class' => 'form-control standard-datepicker standard-datepicker-nobackdate','required'=>'required')) }}
{{ Form::label('reagent_kit_lot_number', 'Reagent Kit Lot Number') }}
{{ Form::text('reagent_lot_number', Input::old('reagent_lot_number'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('reagent_expiry', 'Reagent Kit Expiry Date') }}
{{ Form::text('reagent_expiry', Input::old('reagent_expiry'),array('class' => 'form-control standard-datepicker standard-datepicker-nobackdate','required'=>'required')) }}
{{ Form::label('number_of_samples', 'No. Of Samples To Be Tested ') }}
{{ Form::text('number_of_samples', Input::old('number_of_samples'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('passed_runs', 'No. Of Passed Runs ') }}
{{ Form::text('passed_runs', Input::old('passed_runs'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('failed_runs', 'No. Of Failed runs ') }}
{{ Form::text('failed_runs', Input::old('number_of_samples'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('dummy_runs', 'No. Of Dummy ') }}
{{ Form::text('dummy_runs', Input::old('dummy_runs'), array('class' => 'form-control', 'rows' => '2')) }}
{{ Form::label('control_runs', 'No. Of Controls Runs') }}
{{ Form::text('control_runs', Input::old('control_runs'), array('class' => 'form-control', 'rows' => '2')) }}
>>>>>>> refs/remotes/origin/productionbranch