@extends('admin.layout.app') @section('style') @endsection @section('content')
| الرقم | اسم السائق | رقم الجول | المرحلة التعليميه | فئة الحافله | نوع الحافله | رقم الحافله | حالة التسكين | عرض | تعديل | حذف | سعة الباص | عدد الطلاب |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{ $item->Driver->name ?? '' }} | {{ $item->Driver->phone ?? '' }} | {{ $item->EducationalLevel->name_ar ?? '' }} | {{ $item->BusClass->name_ar ?? '' }} | {{ $item->BusType->name_ar ?? '' }} | {{ $item->board_no ?? '' }} | @if($item->destination_address) تم التسكين @else لم يتم @endif | عرض | تعديل | حذف | {{ $item->BusType->name_ar ?? '' }} | {{ $item->OrderSon()->count() }} |