@extends('layouts.app') @section('title', 'Settings — Document Types') @section('content')
| # | Name | Category | Status | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $type->name }} | @php $catColor = $categoryColors[$type->category] ?? 'bg-light text-muted'; @endphp {{ \App\Models\DocumentType::CATEGORIES[$type->category] ?? ucfirst($type->category) }} | @if($type->is_active) Active @else Inactive @endif | |
| No document types defined yet. | ||||