@if ($paymentType != null)
@lang('admin.payment_method') : {{ $paymentType != null ? $paymentType->name : \Illuminate\Support\Facades\Lang::get('admin.all_payments') }}
@endif @if ($shippingType != null)@lang('admin.delivery_report') : {{ $shippingType != null ? $shippingType->name : \Illuminate\Support\Facades\Lang::get('admin.all_delivery') }}
@endif @if ($status != null)@lang('admin.status') : {{ $status != null ? $status : \Illuminate\Support\Facades\Lang::get('admin.all_status') }}
@endif @if ($from != null)@lang('admin.time') : {{ $from != null || $to != null ? \Illuminate\Support\Facades\Lang::get('admin.from') . $from . \Illuminate\Support\Facades\Lang::get('admin.to') . $to : \Illuminate\Support\Facades\Lang::get('admin.no_time') }}
@endif@lang('admin.total_sales') : {{ number_format($total,3) }}
يرجي توريد البضاعة كما هو مبين ادناة
Please Deliver The Below items As Specified
{{--
--}}
{{--
--}}
| @lang('admin.name') | @lang('admin.orderNumber') | {{--@lang('admin.company') | --}}@lang('admin.status') | @lang('admin.code') | @lang('admin.options') | @lang('admin.price') | @lang('admin.quantity') | @lang('admin.total') |
| {{ $row->product->name }} | {{ $row->order->order_number }} | {{--{{ $row->company->name }} | --}}{{ $row->order->status }} | {{ $row->product->code }} | {{--{{ date('d-m-Y H:i:s A', strtotime($row->created_at)) }} | --}}