@if($page_selected == 'trade-inventory')
Search
Brand
Items Per Page
@if($item_per_page != 'all')
{{$trade_inventory_products->links()}}
@endif
    @foreach($trade_inventory_products as $key => $inventory_product)
  • @if(file_exists(public_path().'/assets/img/AllProducts/'.$inventory_product->product->sku_code.'.png')) product photo @else product photo @endif
    {{$inventory_product->product->sku_description}}
    ({{$inventory_product->product->size}})
    @if($editProductId === $inventory_product['product_id'])
    BRANCH CARRIED:
    {{ $not_carried ? 'Yes' : 'No' }}
    SELLING AREA:
    @error('selling_area')

    {{ $message }}

    @enderror
    BODEGA:
    @error('bodega')

    {{ $message }}

    @enderror

    @else
    BRANCH CARRIED:
    @if($inventory_product->sharedProduct->not_carried == 1)
    YES
    @elseif($inventory_product->sharedProduct->not_carried == 0)
    NO
    @else @endif
    SELLING AREA:
    {{$inventory_product->selling_area}}
    BODEGA:
    {{$inventory_product->bodega}}
    @endif
  • @endforeach
@if($item_per_page != 'all')
{{$trade_inventory_products->links()}}
@endif
@elseif($page_selected == 'oos-form') @endif