{!! Form::open(['url' => url('apply-exam'),'id'=>'popForm']) !!}
@csrf
Please select the Certification type
{!! Form::label('genre', 'Genre', ['class'=>'star']) !!} {!! Form::select('genre', array(''=>'-- Select --')+$genre,null,['class'=>'form-control js-genre','id'=>'role-column']) !!}
{!! Form::label('level', 'Level', ['class'=>'star']) !!} {!! Form::select('level', array(''=>'-- Select --'),null,['class'=>'form-control js-level','id'=>'level']) !!}
Total Cost of Certification

@if($country_name == 'India') INR @else USD @endif0

Do note if the Genre is not available in the list, the slot has not been opened yet. Do try again after sometime
Academy from which you have attended training
{!! Form::select('academy', array('0'=>'-- Select --')+$academy,null,['class'=>'form-control js-academy']) !!}
{!! Form::close() !!}