@extends('layouts.modern') @section('page-title', 'Data Types') @section('breadcrumb') @endsection @section('action-buttons') Add New Data Type @endsection @section('content')
Clear
Showing {{ $dataTypes->firstItem() }} to {{ $dataTypes->lastItem() }} of {{ $dataTypes->total() }} data types
Configure custom data structures for your business needs
@forelse($dataTypes as $dataType) @empty @endforelse
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.
@if($dataTypes->hasPages())
{{ $dataTypes->links() }}
@endif @endsection @push('scripts') @endpush