| {{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')}} | {{trans('front.returnable')}} | # |
|---|---|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->whole_price}} | {{$item->created_at}} | @if($item->payment_method == 1) {{trans('front.cash')}} @else {{trans('front.visa')}} @endif | {{@$item->ProductStatues->name}} | {{$item->id}} | @if($item->statues_id !=2 && $item->statues_id !=6) @endif | @if($item->statues_id !=2 && $item->statues_id !=6) @endif | @if($item->statues_id !=2) @endif | |
| {{trans('front.empty')}} | |||||||||