You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/admin/products/sub-pages/product-step4.blade.php

13 lines
296 B
PHTML

<meta-input
props-api-link="{{route('v1.category.prop','')}}/"
@if(isset($item))
:metaz='@json($item->getAllMeta())'
:quantitiez='@json($item->quantities)'
product-id="{{$item->id}}"
:imgz='@json($item->getMedia()->toArray())'
@endif
></meta-input>