@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{ trans('labels.student_management') }}

@if(!$data['class']->is_sent) ارسال الغياب @else تم ارسال الغياب @endif
@endsection @section('content')
@foreach ($data['users'] as $user) @endforeach
{{ trans('labels.student_id') }} {{ trans('labels.name') }} بواسطة المجموعة {{ trans('labels.phone') }} رقم ولي الامر {{ trans('labels.exam') }} {{ trans('labels.attendance') }} الحالة {{ trans('labels.degree') }} توقيت الحضور
{{ $user->student_id }} {{ $user->name }} {{ $user->admin_name}} {{ $user->group_name}} {{ $user->phone }} {{ $user->parent_phone }} {!! $user->exam !!} {{ $user->attendance_status }} {{$user->status_attendance }} {{ $user->attendance->degree ?? null }} {{ ($user->attendance->created_at??null) ? date('Y-m-d H:i:s', strtotime($user->attendance->created_at)) : null }}
@endsection @section('script') @endsection