@include('front.profile.nav-profile')
{{-- --}} @if($orders->count()>0) @foreach($orders as $key=>$item) {{-- --}} @endforeach @else @endif
{{trans('front.myorders_id')}} {{trans('front.myorders_total')}} {{trans('front.myorders_date')}} {{trans('front.myorders_payment')}} {{trans('front.myorders_view')}} {{trans('front.status')}} {{trans('front.print')}} {{trans('front.returnable')}} #
{{$item->id}} {{$item->whole_price}} {{$item->created_at}} @if($item->payment_method == 1) {{trans('front.cash')}} @else {{trans('front.vise')}} @endif {{@$item->ProductStatues->name}} {{-- @if(1 == $item->invoice_statue_id) تم التاكيد @endif--}} {{-- @if(2 == $item->invoice_statue_id) العميل طلب التاجيل @endif--}} {{-- @if(3 == $item->invoice_statue_id) تليفون العميل مغلق @endif--}} {{-- @if(4 == $item->invoice_statue_id) تليفون العميل خطا @endif--}} {{-- @if(5 == $item->invoice_statue_id) العميل رفض الاوردر @endif--}} {{-- @if(6 == $item->invoice_statue_id) العميل لا يرد @endif--}} {{$item->id}}--}} {{-- @if($item->statues_id !=2 && $item->statues_id !=6)--}} {{--
--}} {{-- {!! csrf_field() !!}--}} {{-- --}} {{--
--}} {{-- @endif--}} {{--
@if($item->statues_id !=2 && $item->statues_id !=6)
{!! csrf_field() !!}
@endif
@if($item->statues_id != 6)
{!! csrf_field() !!}
@endif
{{trans('front.empty')}}
@if($orders->count()>0)
{{ $orders->appends(\Request::except('_token'))->render() }}
@endif