{!! Form::label('title', 'Code',['class'=>'required']) !!}
{!! Form::text('title', null, ['class' => 'form-control','pattern' => ".*\S+.*"]) !!}
{!! Form::label('valid_till', 'Valid Till',['class'=>'required']) !!}
{!! Form::text('valid_till', null, ['class' => 'form-control','id'=>'valid_till']) !!}
{!! Form::label('per_user_limit', 'Per User Limit',['class'=>'required']) !!}
{!! Form::number('per_user_limit', null, ['class' => 'form-control']) !!}
{!! Form::label('total_user_limit', 'Total User Limit',['class'=>'required']) !!}
{!! Form::number('total_user_limit', null, ['class' => 'form-control']) !!}
{!! Form::label('free_trial_period', 'Free Trial Period (in days)',['class'=>'required']) !!}
{!! Form::number('free_trial_period', null, ['class' => 'form-control']) !!}
@push('page_scripts')
@endpush