@extends('adminlte::page') @section('title', 'Product Type Details - MobileSentrix Admin') @section('content_header')
| ID | {{ $productType->id }} |
|---|---|
| Name | {{ $productType->name }} |
| Slug | {{ $productType->slug }} |
| Status | @if($productType->is_active) Active @else Inactive @endif |
| Products | {{ $productType->products->count() }} |
| Created | {{ $productType->created_at->format('M d, Y H:i') }} |
| Updated | {{ $productType->updated_at->format('M d, Y H:i') }} |
{{ $productType->description }}
@endifNo products associated with this product type.
@endif