{!! Form::label('Selling Price (Inclusive of All Taxes)') !!}
{!! Form::text('price', null,
array(
'class'=>'form-control',
'placeholder'=>'Selling Price (Inclusive of All Taxes)')) !!}
{!! Form::label('Valid up to (Date/Months)') !!}
{!! Form::text('validity_date', null,
array(
'class'=>'form-control',
'id'=>'datepicker',
'placeholder'=>'Valid up to (Date/Months)')) !!}
{!! Form::label('Total Number of Tests') !!}
{!! Form::text('no_of_test', null,
array('class'=>'form-control',
'placeholder'=>'Total Number of Tests')) !!}