@extends ('layouts.app') @section ('content')
@if (in_array('suppliers.update', $user_rights)) Import Ikentoo Stock @endif
@include('partials.messages') @foreach($merchant_products as $prod) @if ($all[$prod->pos_stock_location_link][$prod->pos_link] > -1) @else @endif @endforeach
Prod Name Prod SKU Prod Loc Prod Stock Prod Theo Stock IK Stock
{{ $prod->info->title }} {{ $prod->pos_link }} {{ $prod->pos_stock_location_link }} {{ $prod->current_stock_amount }} {{ $prod->theoretical_amount }} {{ $all[$prod->pos_stock_location_link][$prod->pos_link] }}
@include('modals._deactivate') @stop