@extends('admin.layouts.master') @section('title') Products @endsection @section('css') @endsection @section('content')
Image | Name | Slug | Description | SKU | Category | Brand | Status | Actions |
---|---|---|---|---|---|---|---|---|
![]() |
{{ $product->localized_name }} | {{ $product->slug() }} | {{ Str::limit($product->short_description_en, 30) }} | {{ $product->SKU }} | {{ $product->categories->pluck('name')->join(', ') }} | {{ $product->brand->name ?? '-' }} |
{{ $product->is_published ? 'Published' : 'Unpublished' }}
|
Edit |