@extends('layouts.app') @section('title', 'Client Types') @section('content')
Manage client types and their configurations
Showing all client types (Super User)
| ID | Type Name | Description | Status | Created | Actions |
|---|---|---|---|---|---|
|
{{ $clientType->id }}
|
{{ $clientType->name }}
|
{{ $clientType->description ?: '-' }} | @if($clientType->is_active) Active @else Inactive @endif | {{ $clientType->created_at->format('M d, Y') }} | |