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

Ayarlar

@include('panelpages.hatakontrol')
@csrf
{{-- @php($say=1) @foreach ($ogretmens as $ogretmen)
@php($say++) @endforeach --}}
@endsection @section('css') @endsection @section('js') @include('layouts.table') @endsection