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

{{$class->name}}

@endsection @section('content')
@foreach ($orders as $order) @endforeach
الحصة اسم الطالب رقم الهاتف رقم ولي الامر المنطقة تاريخ الحجز الحضور
{{ $order->student->name ?? "" }} {{ $order->student->phone ?? "" }} {{ $order->student->parent_phone ?? "" }} {{ $order->student->area->city_name_ar ?? "" }} {{ $order->created_at }} {{ $order->is_attend ? "ضحر" : "---" }}
@include('dashboard.pages.student-management.partials.add-action-modal') @endsection @section('script') @endsection