@extends('layouts.master') @section('title','Sorumluluk Ders Listesi') @section('content')
@include('sorumlulukpages.menu')

Sorumluluk Sınavı Ders Listesi

@php($sira=0) @foreach($personels as $ogrenci) @php($sira++) @endforeach {{-- --}}
Sıra No Ders Adı Sınıf Düzeyi Öğrenci Sayısı Ders Branşı Sınav Günü/Günleri İşlemler
{{$sira}} {{$ogrenci->name}} {{$ogrenci->sinif}} {{$ogrenci->ogr_sayi}} {{Str::title(str_replace('-', ' ', $ogrenci->brans))}} @if($ogrenci->hsonu!=0) @php($hsonu=(string)$ogrenci->hsonu) @for($i=0;$i bdurum == 1) checked @endif data-toggle="toggle">
Rendering engine Browser Platform(s) Engine version CSS grade
@include('sorumlulukpages.sorDersEditModal') @endsection @section('css') @endsection @section('js') @include('layouts.table') @endsection