@extends('manage.layouts.app') @section('content')
| SKU | Title | Price | Weight | Length | Width | Height | Image | status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| No record found! | |||||||||
| {{$accessory->title}} | {{$accessory->title}} | {{$accessory->price}} | {{$accessory->weight}} | {{$accessory->length}} | {{$accessory->width}} | {{$accessory->height}} |
|
@if ($accessory->status == 1) Published @else Draft @endif | |