| {{ $loop->iteration }} |
{{ $item->product->pid }} |
@if ($order->made_by == cusr()->id)
@php
$dlink = 'deleteItem(' . $item->id . ')';
@endphp
@endif
|
{{ $item->product->name }} |
{{ $item->product->unit->name }} |
{{ bdnumber($item->product->price($user)) }} |
{{ $item->quantity }} |
{{ bdnumber($total) }} |
@endforeach
@if ($order->made_by == cusr()->id)