@foreach ($products as $i => $item)
| {{ $item->name_eng }} |
{{ $item->name_local }} |
{{ $item->short_name }} |
{{ $item->barcode }} |
{{ round($item->buy_price, 2) }} |
{{ round($item->sell_price, 2) }} |
{{-- --}}
{{ $item->color->name }}
|
{{-- --}}
{{ $item->size->name }}
|
|
@if(checkAuthPermission('product.change-status'))
status == 1) checked @endif />
@endif
|
@if(checkAuthPermission('product.edit'))
@endif
|
@endforeach