@extends('admin.layout') @section('page-title', 'Cloth Types') @section('content')
| Name | Description | Status | Actions |
|---|---|---|---|
| {{ $clothType->name }} | {{ $clothType->description ?? 'N/A' }} | {{ $clothType->is_active ? 'Active' : 'Inactive' }} | Edit |
| No cloth types found | |||