@extends('layouts.master') @section('title','Öğrenci İşlemleri') @section('content')
@include('ogrencipages.menu')
@csrf
@php($sira=0) @foreach($personels as $ogrenci) @php($sira++) @endforeach {{-- --}}
Sıra No T.C. Kimlik Adı Soyadı Okul No. E-Posta Tel Sınıf Alan Baba Anne Doğum Yeri Doğum Tarihi Veli Tel İSG Durum İşlemler
{{$sira}} {{$ogrenci->tckimlik}} {{$ogrenci->name}} {{$ogrenci->no}} {{$ogrenci->email}} {{$ogrenci->tel}} {{$ogrenci->sinif}} {{$ogrenci->alan}} {{$ogrenci->veli}} {{$ogrenci->anne}} {{$ogrenci->dyer}} @if($ogrenci->dtarih!=null) {{Carbon\Carbon::parse($ogrenci->dtarih)->format('d.m.Y')}} @else @endif {{$ogrenci->velitel}} isgbelge == 1) checked @endif data-toggle="toggle">
Rendering engine Browser Platform(s) Engine version CSS grade
{{-- sigorta listesi modal--}} {{-- sigorta listesi modal --}} @include('ogrencipages.modal') @endsection @section('css') @endsection @section('js') @include('layouts.table') @endsection