@extends('admin.layouts.master') @section('page-title') عرض تقرير مفصل للطلبات الملغية @endsection @section('header-title') تقرير مفصل للطلبات الملغية @endsection @push('main-orders-active') m-menu__item--active @endpush @section('content')
| S | # | اسم العميل | رقم الجوال | اسم المندوب | الشركة | اجمالي المبلغ | وقت الطلب | وقت الالغاء | حالة الطلب |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->index+1 }} | {{ $order->id }} | {{ $order->user['name'] }} | {{ $order->user->getPhone() }} | {{ $order->driver['name']? $order->driver['name'] : '-' }} | {{ $order->company['name'] }} | {{ $order['total_price'] }} | {{ $order['created_at'] }} | {{ $order['cancelled_at'] }} |