@extends('layouts/contentLayoutMaster')
@section('title', 'التقارير')
@section('vendor-style')
@endsection
@section('content')
# |
اسم المستخدم |
العنوان |
الوقت |
@foreach($OutOfService as $i=>$order)
{{$order->id}} |
{{$order->user->name}} |
{{$order->address}} |
{{$order->created_at}} |
@endforeach
{{-- Data list view end --}}
@endsection