@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if(Session::has('alert-' . $msg))
{{ Session::get('alert-' . $msg) }} ×
@endif @endforeachProduct Code Parents/Children
| ProductCode | Parent | {{--TimeCreated | 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
| 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
| 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
| {{ $c }} | @endforeach
|---|