@extends('layouts.dashboard') @section('title', 'Edit Product') @section('myJS') @endsection @section('content')
@csrf
Select Blob


Select Option:

{{--

{{$productDetails->ProductCode}}

--}}
@php $checkPreferred = ''; $checkAll = ''; $checkAll = 'checked'; @endphp
@csrf

@csrf
@if(!empty($allInstAttributes)) @foreach($allInstAttributes as $key=>$value) @endforeach @endif @if(!empty($allAttributes)) @foreach($allAttributes as $preAtt) @endforeach @endif
Attribute Name Value
@php $myKey = explode("+", $key); $mk = $myKey[0]; $AttributeName = $myKey[1]; $AttributeID = $myKey[2]; @endphp {{ $AttributeName }}
@foreach($value as $attribute) @endforeach
Collection Name Value
{!! $attribute['path'] !!} @if($attribute['path'] != '') @if($attribute['AllowHTML'] == "1") @elseif($attribute['isTextArea'] == "1") @else @endif @endif
{{$preAtt->AttributeName}} @if($preAtt->isVirtualAttribute == "1" && $preAtt->isCatalogAttribute != "1")
@elseif($preAtt->isCatalogAttribute == "1") @if($preAtt->isVirtualAttribute == "1")
@else
@endif @elseif($preAtt->InstanceAttribute == "1")
@else
@endif
@if($preAtt->isVirtualAttribute == "1")

{{$preAtt->Value}}

@elseif($preAtt->AllowHTML == "1") @elseif($preAtt->isTextArea == "1") @else @endif
@if(!empty($productHistory)) @foreach($productHistory as $prodHistory) @endforeach @endif
ProductCode Operations Attribute Name Old Value New Value Date / Time User Name
{{$prodHistory->ProductCode}}
@csrf
@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}}
@if(!empty($productCollections)) @foreach($productCollections as $prodCollection) @endforeach @endif
Category Name Path
{{$prodCollection->CategoryName}}
@if($productCount >= $userSubscription->PackageIncludedProducts) Total added products are {{ $productCount }}
Product limit as per your package is {{ $userSubscription->PackageIncludedProducts }} @else Total added products are {{ $productCount }}
Product limit as per your package is {{ $userSubscription->PackageIncludedProducts }} @endif
@csrf
Product Code Operations Create Date/Time End of Life Date Created By
@endsection