Basic Information
{{ $clientType->id }}
{{ $clientType->name }}
@if($clientType->is_active)
Active
@else
Inactive
@endif
@if($clientType->description)
Description
{{ $clientType->description }}
@endif
Timestamps
{{ $clientType->created_at->format('M d, Y H:i A') }}
{{ $clientType->updated_at->format('M d, Y H:i A') }}