@extends('layouts.master') @section('title','Sorumluluk Sınavı Öğrenci Listesi') @section('content')
@include('sorumlulukpages.menu')

Sorumluluk Sınavı Öğrenci Listesi

@php($sira=0) @foreach($personels->unique('no') as $ogrenci) @php($sira++) @endforeach {{-- --}}
Sıra No Adı Soyadı Okul No. Sınav Sayısı İşlemler
{{$sira}} {{$ogrenci->name}} {{$ogrenci->no}} {{$personels->where('no',$ogrenci->no)->count()}} durum == 1) checked @endif data-toggle="toggle"> no}} id="edit-click">
Rendering engine Browser Platform(s) Engine version CSS grade
@include('sorumlulukpages.ogrsinavmodal') @endsection @section('css') @endsection @section('js') @include('layouts.table') @endsection