@extends('layouts/contentLayoutMaster') @section('title', 'الطلبات') @section('content') لوحة القيادة قائمة الطلبات تنزل الطلبات {{ __('lang.choose_provider')}} @foreach($providers as $provider) id) selected="selected" @endif >{{$provider->name}} @endforeach {{ __('lang.choose_zone')}} @foreach($zones as $zone) id) selected="selected" @endif >{{$zone->name}} @endforeach {{ __('lang.choose_coupon')}} {{ __('lang.without_coupon')}} @foreach($coupons as $coupon) id) selected="selected" @endif >{{$coupon->code}} @endforeach {{ __('lang.choose_status')}} {{ __('lang.pending') }} {{ __('lang.ready') }} {{ __('lang.completed') }} {{ __('lang.rejected') }} {{__('lang.created_at_from')}} {{__('lang.created_at_to')}} {{__('lang.delivery_at_from')}} {{__('lang.delivery_at_to')}} بحث # رقم الطلب اسم العميل اسم مقدم الخدمة موقع المحطة الحاله كوبون الخصم وقت الطلب نوع الخدمة الأشتراك السعر وقت التنفيذ عرض اجراء يدوي @endsection @section('page-script') @endsection