@foreach($sinavogrencis as $sogr) @if($sogr->sinav_id==$sinif->sinav_id and $sogr->derslik_id==$sinif->sinif_id)
{{$sinif->kapasite}}
@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


@if ($ogretmens != null) @foreach ($ogretmens as $ogrt) {{ $ogrt->name }}     @endforeach @else Adı Soyadı @endif