@foreach($sinavogrencis as $sogr) @if($sogr->sinav_id==$sinif->sinav_id and $sogr->derslik_id==$sinif->sinif_id)
@endif @endforeach $("#ogrenci").empty(); $("#tanik").empty(); $.each(data.ogrencinames, function(index, value) { $("#ogrenci").append(''); }); $.each(data.taniknames, function(index, value) { $("#tanik").append(''); });Gözetmen
İmza