@extends('backend.layouts.master') @section('title') Sınıf Listesi @endsection @section('breadcrumb')
Sınıf Liste | {{ $classroom->name}}
@endsection @section('content')
@csrf
Aylık Yoklama

Tarih Seç

@foreach ($students as $student) @endforeach
Id Görsel Öğrenci Ad Öğrenci Mail İşlemler
{{ $student->id}} @if(!empty($student->images))
@endif
{{ $student->first_name}} {{ $student->last_name }} {{ $student->email}}
@endsection @section('css') @endsection @section('js') @endsection