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

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

@endsection @section('content')
@foreach ($data['history'] as $history) @endforeach
{{ trans('labels.class') }} {{ trans('labels.admin') }} {{ trans('labels.lecture') }} {{ trans('labels.students') }} {{ trans('labels.created_at') }} الغاء المحاضرة المحاضرة
{{ $history->class->title }} {{ $history->admin->name }} {{ $history->lecture->title ?? ""}}
@foreach($history->lectures() ?? [] as $lecture) {{$lecture->title}}
@endforeach
{{ $data['students'] }} / {{ $history->students_count }} {{ $history->created_at }} @can('configure-data') @if (!$history->status)
@csrf
@endif @endcan
@can('configure-data') ({{ $data['students'] }} - {{ $history->students_count }}) @endcan
@csrf
@error('lecture_ids') {{ $message }} @enderror
@error('days') {{ $message }} @enderror
@endsection @section('script') @endsection