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

Product Details

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

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

@endif @endforeach
Product Code Parents/Children
{{-- --}} @if(!empty($clientMap)) @foreach ($clientMap as $c) Parent)) style="background: #b6b6b6;" @endif> {{-- --}} @endforeach @else @endif
ProductCode ParentTimeCreated TimeModified
{{ $c->ProductCode }} {{ $c->Parent }}{{ date('n/d/Y g:i A',strtotime($c->TimeCreated)) }} {{ date('n/d/Y g:i A',strtotime($c->TimeModified)) }}
No data available in table
Product Details
@if(!empty($clientMap)) @php $pins = []; @endphp @foreach ($clientMap as $c) @if(!in_array($c->PIN,$pins)) @php $pins[] = $c->PIN; @endphp @endif @endforeach @else @endif
PIN SKU Name Cost SalePrice DaysToShip
{{ $c->PIN }} {{ $c->SKU }} {{ $c->Name }} {{ $c->Cost }} {{ $c->SalePrice }} {{ $c->DaysToShip }}
No data available in table
Product Vendor Details
@if(!empty($vendorMap)) @foreach ($vendorMap as $v) @endforeach @else @endif
VendorCode MFG_SKU Stock Allocated Cost SalePrice Weight DaysToShip
{{ $v->VendorCode }} {{ $v->MFG_SKU }} {{ $v->Stock }} {{ $v->Allocated }} {{ $v->Cost }} {{ $v->SalePrice }} {{ $v->Weight }} {{ $v->DaysToShip }}
No data available in table
Product Orders
@foreach ($columns_list_header as $c) @endforeach
{{ $c }}
@endsection