|
1
@isset($isMulti)
@if($isMulti == true)
@endif
@endif
|
DO-{{ $item->invoice_number }} |
ثبت:{{ GetShamsiDate($item->order_at) }}
@can('admin-unofficial')
خروج :{{ $item->withdraw_at }}
@endcan
IP: {{ $item->ip }}
|
@if($item->status == 7 || Auth::user()->can('admin-unofficial'))
{{ $item->paid }} تومان |
@else
{{ number_format($item->total_just_official_products , 0, '', ',') }}
تومان |
@endif
@if($item->status == 7 || Auth::user()->can('admin-unofficial'))
{{ number_format($item->total , 0, '', ',') }} تومان |
@else
{{ number_format($item->total_just_official_products , 0, '', ',') }}
تومان |
@endif
@can('admin-unofficial')
{{ number_format($item->total_discount , 0, '', ',') }} |
@else
0 |
@endif
@if($item->status == 7 || Auth::user()->can('admin-unofficial'))
{{ number_format($item->total_payable , 0, '', ',') }}
تومان |
@else
{{ number_format($item->total_just_official_products , 0, '', ',') }}
تومان |
@endif
@if($item->returned == true)
برگشت به فروشگاه
@else
{{ getCartStatusTitle($item->status) }}
@endif
|
مدارک
|