@extends('dashboard/master/master') @section('title', 'الأخطاء') @section('page-style') @endsection @section('content') {{-- مراكز الصيانة --}} # الصورة الإسم اايميل الجوال النوع المدينة الإجراءات @foreach($data as $key => $value) {{$key + 1}} {{$value->name}} {{$value->email ?? '-'}} {{$value->phone ?? '-'}} {{$value->gender}} {{$value->city ? $value->city->title : '-'}} تعديل حذف @endforeach @endsection @section('vendor-script') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('page-script') {{-- --}} {{-- {{ $dataTable->scripts() }} --}} @endsection