@extends('layouts.app') @section('page-site-title') {{trans('orders.page_title')}} @endsection @section('page-title') {{trans('orders.content_title')}} @endsection @section('page_navbar') @include('layouts.widgets.page-navbar') @endsection @section('page_breadcrumb') @include('layouts.widgets.page-breadcrumb') @endsection @section('page_side') @include('layouts.widgets.page-side') @endsection @section('page-content') @include('orders.search_details')
{{$count['total']}}
كل الطلبات
{{date('Y-m-d')}}
{{$count['new']}}
طلبات جديدة
{{date('Y-m-d')}}
{{$count['accept']}}
طلبات مقبولة
{{date('Y-m-d')}}
{{$count['in_car']}}
طلبات فى السيارة
{{date('Y-m-d')}}
{{$count['in_landery']}}
طلبات فى المغسلة
{{date('Y-m-d')}}
{{$count['car_finish']}}
طلبات فى الطريق
{{date('Y-m-d')}}
{{$count['complete']}}
طلبات منتهية
{{date('Y-m-d')}}
{{trans('orders.content_title')}}
# المستخدم السائق {{trans('orders.status')}} التكلفة المكان عدد القطع عمليات
@endsection @section('page-footer-js') @endsection @section('page-heads') @if(trans('app.dir') == 'rtl') @else @endif @endsection