@extends('layouts/contentLayoutMaster') @section('title', 'التقارير') @section('vendor-style') @endsection @section('content')

طلبات خارج الخدمة



@foreach($OutOfService as $i=>$order) @endforeach
# اسم المستخدم العنوان الوقت
{{$order->id}} {{$order->user->name}} {{$order->address}} {{$order->created_at}}
{{-- Data list view end --}} @endsection