@extends('admin.layout.master') @section('content')

Inventory

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@csrf @php $pi = 0; @endphp @foreach ($product as $u) @php $pi++; @endphp @endforeach
Product Code PIN Product Name List Price Product Price Product Weight Popularity Texas Location (ASS) Image
{{ $u->Parent }} {{ $u->PIN }} {{ $u->Name }} {{ $u->SalePrice }} {{ $u->ProductPrice }} {{ $u->Weight }} {{ $u->Popularity }} Product Image
@foreach ($historicalLocationData as $u) @endforeach
MFG SKU Location Moved LastMod
{{ $u->MFG_SKU }} {{ $u->Location_Moved }} {{ $u->LastMod }}
@endsection