{!! Form::label('Package Name (Exam Name and Subject Name)') !!}
{!! Form::text('package_name', null,
array('required',
'class'=>'form-control',
'placeholder'=>'Package Name (Exam Name and Subject Name)')) !!}
{!! Form::label('For Hard Copy Study Material, provide details') !!}
{!! Form::text('hard_copy', null,
array(
'class'=>'form-control',
'placeholder'=>'For Hard Copy Study Material, provide details')) !!}
{!! Form::label('Final Selling Price (Inclusive of All Taxes)') !!}
{!! Form::text('price', null,
array( 'id'=>'final_selling_price',
'class'=>'form-control',
'placeholder'=>'Final Selling Price (Inclusive of All Taxes)')) !!}
{!! Form::label('Applicable for the Attempt (e.g. May 2019, Nov 2019)') !!}
{!! Form::text('applicable_for_attempt', null,
array(
'class'=>'form-control',
'placeholder'=>'e.g. May 2019, Nov 2019')) !!}
{!! Form::label('Total No. of Lectures') !!}
{!! Form::text('lectures_no', null,
array(
'class'=>'form-control',
'placeholder'=>'Total No. of Lectures')) !!}
{!! Form::label('Total No. of Hours') !!}
{!! Form::text('hours_no', null,
array(
'class'=>'form-control',
'placeholder'=>'Total No. of Hours')) !!}
{!! Form::label('No. of Views Per Lecture') !!}
{!! Form::text('lectures_view', null,
array(
'class'=>'form-control',
'placeholder'=>'No. of Views Per Lecture')) !!}
{!! Form::label('Validity (in Months OR provide date)') !!}
{!! Form::text('expire_validity', null,
array(
'class'=>'form-control',
'placeholder'=>'Validity (in Months OR provide date)')) !!}
{!! Form::label('How the Doubt clearing session will be available?') !!}
{!! Form::text('doubt_clearing_availability', null,
array(
'class'=>'form-control',
'placeholder'=>'How the Doubt clearing session will be available?')) !!}
{!! Form::label('How the amendmend will be provided?') !!}
{!! Form::text('amendmend', null,
array(
'class'=>'form-control',
'placeholder'=>'How the amendmend will be provided?')) !!}