@extends('layouts.master') @section('title','Okul Panel İşlemleri') @section('content')
@include('panelpages.menu')

Nöbetçi Öğretmenler

@include('panelpages.hatakontrol')
@csrf {{-- --}} @foreach ($yerler as $yer ) @endforeach @php($gunler=["Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"]) @if($nobetciler->count()>0) @for($i=0;$i<6;$i++) @php($say=0) @php($say++) @php($say++) @php($say++) @php($say++) @endfor @else @for($i=0;$i<6;$i++) @endfor @endif
İşlemlerNöbet Yerleri/Günler{{$yer->name}}
{{$gunler[$i]}}
{{$gunler[$i]}}
{{-- --}}
@endsection @section('css') @endsection @section('js') @endsection