{!! Form::label('exp_month',__('Exp Month')) !!} {!! Form::select('exp_month' , getAllMonths() ,'1' , ['class' => 'form-control','required'=>'true','placeholder' => __('Exp Month')]) !!}
{!! Form::label('exp_year',__('Exp Year')) !!}
{{-- --}}