@extends('layouts.modern') @section('page-title', 'Data Types') @section('breadcrumb')
| Name | Description | Business | Fields | Menu | Status | Actions | |
|---|---|---|---|---|---|---|---|
| @if($dataType->icon) @else @endif |
{{ $dataType->name }}
{{ $dataType->slug }}
|
{{ $dataType->description ?: 'No description' }}
|
@if($dataType->business) {{ $dataType->business->name }} @else Global @endif | {{ $dataType->fields->count() }} field{{ $dataType->fields->count() !== 1 ? 's' : '' }} | @if($dataType->menu_visible) Visible @else Hidden @endif | @if($dataType->is_active) Active @else Inactive @endif | |
|
No data types found
Start by creating your first data type to manage custom data structures.
|
|||||||