@extends('dashboard/master/master') @section('title', 'الأخطاء') @section('page-style') @endsection @section('content')
{{--

مراكز الصيانة

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