@extends('layouts.admin-simple') @section('title', $productApplication->name) @section('page-title', $productApplication->name) @section('breadcrumb')
{{ $productApplication->description ?: 'No description provided.' }}
| Image | Product Name | Thickness Range | Featured | Status | Actions |
|---|---|---|---|---|---|
|
@if($product->image)
inventory
@endif
|
{{ $product->name }}
@if($product->description)
{{ Str::limit($product->description, 50) }} @endif |
@if($product->thickness_range) {{ $product->thickness_range }} @else - @endif | @if($product->is_featured) Featured @else Regular @endif | @if($product->is_active) Active @else Inactive @endif | View |