@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| الحصة | اسم الطالب | رقم الهاتف | رقم ولي الامر | المنطقة | تاريخ الحجز | الحضور |
|---|---|---|---|---|---|---|
| {{ $order->student->name ?? "" }} | {{ $order->student->phone ?? "" }} | {{ $order->student->parent_phone ?? "" }} | {{ $order->student->area->city_name_ar ?? "" }} | {{ $order->created_at }} | {{ $order->is_attend ? "ضحر" : "---" }} |