I have two radio in my blade and i want if radio 1 checked display some step in modal popup
else if radio 2 checked display another step in this modal event
this is my radio in view :
<div class="row setup-content" id="step-1">
<div class="col-xs-6 col-md-offset-3">
<div class="col-md-12">
<h3> Step 1</h3>
<label><input type="radio" class="message_pri" id="web" name="web" value="Web">Web</label>
<label><input type="radio" class="message_pri" id="mobile" name="web" value="Mobile">Mobile</label>
<button class="btn btn-primary nextBtn btn-lg pull-right btnnext" type="button" >Next</button>
</div>