@extends('layouts.dashboard') @section('title', 'Edit Product') @section('myJS') @endsection @section('content')
ProductCode | Operations | Attribute Name | Old Value | New Value | Date / Time | User Name |
---|---|---|---|---|---|---|
{{$prodHistory->ProductCode}} | @foreach($orgAttributes as $attribute) @if("a_".$attribute->AttributeColumnName == $prodHistory->columnName) {{$attribute->AttributeName}} @endif @endforeach | {{substr($prodHistory->OldValue,0,20)}} {{strlen($prodHistory->OldValue) > 20 ? "..." : ""}} | {{substr($prodHistory->NewValue,0,20)}} {{strlen($prodHistory->NewValue) > 20 ? "..." : ""}} | {{$prodHistory->DateTime}} | {{$prodHistory->FirstName}} {{$prodHistory->LastName}} |
Category Name | Path |
---|---|
{{$prodCollection->CategoryName}} |
Product Code | Operations | Create Date/Time | End of Life Date | Created By |
---|