{{ $loop->iteration }}
|
@if ($type != 'export')
{{ Str::limit($item->name, 40, '...') }}
@endif
@if ($type == 'export')
{{ $item->name }}
@endif
|
{{ $item->category->name }}
|
@indo_currency($item->cost_price)
|
@indo_currency($item->selling_price)
|
{{ $item->stock }}
|
@if ($type != 'export')
|
@endif
@endforeach