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

Sorumluluk Öğretmen Listesi

{{-- --}} @php($sira=0) @foreach($ogretmens as $ogretmen) @php($sira++) {{-- --}} @endforeach
Sıra No Adı Soyadı Branşı Sınav AdediSınavlarıİşlemler
{{$sira}} {{$ogretmen->name}} {{$ogretmen->brans}} @php($sinavsay=0) @foreach ($ogretmen->getSorSinav as $sinav ) @if($sinav->getSorSinav->birlestir==0) @php($sinavsay++) @elseif($sinav->getSorsinav->birlestir==$sinav->getSorSinav->ders_id) @php($sinavsay++) @endif @endforeach {{$sinavsay}} @if($ogretmen->getSorSinav->count()>0) @foreach ($ogretmen->getSorSinav as $sinav ) {{$sinav->getSorDers->getDers}}; @endforeach @else Sınav Görevi Yok @endif durum == 1) checked @endif data-toggle="toggle">
{{-- @include('sorumlulukpages.ogrtsinavmodal') --}} @endsection @section('css') @endsection @section('js') {{-- --}} @include('layouts.table') @endsection