@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| {{ trans('labels.name') }} | الحضور اون لاين | الحضور سنتر | الغياب |
|---|---|---|---|
| {{ $class->title }} | {{$class->onlineAttendance($group->id)}} | {{$class->centerAttendance($group->id)}} | {{$class->absence($group->id)}} |