<section id="welcome-section" class="welcome active">
<h2>Yorumcu Olmak İster misiniz ?</h2>
<button class="open-modal" id="commentator">Yorumcu Ol</button>
</section>
<div id="commentator-modal" class="modal-space small">
<div class="my-modal">
<div class="modal-header">
<h4 class="modal-title">
Yorumcu Ol
</h4>
<div class="modal-close">
<i class="fas fa-times"></i>
</div>
</div>
<form enctype="multipart/form-data" method="POST" action="{{route('front.applyCommenterForm')}}">
@csrf
<div class="modal-body">
<div>
<label for="">Kullanıcı Adı</label>
<input type="text" name="sm_username">
</div>
<label for="">Sosyal Medya</label>
<select class="form-control" name="name">
@foreach($category as $categories)
<option value="{{$categories -> id}}">{{$categories -> name}}</option>
@endforeach
</select>
</div>
<div class="modal-footer">
<button>Katıl</button>
</div>
</form>
</div>
</div>
şu şekil sadece bir platform ve o platforma ait kullanıcı adı alabiliyorum ancak ben bunu çoklu bir şekilde yapmak istiyorum