@extends('layouts.modern') @section('page-title', 'Create Data Type') @section('breadcrumb') @endsection @section('action-buttons') Back to List @endsection @section('content')
Create New Data Type
@csrf
Basic Information
@error('name')
{{ $message }}
@enderror
Display name for this data type
@error('slug')
{{ $message }}
@enderror
URL-friendly identifier (auto-generated if left empty)
@error('description')
{{ $message }}
@enderror
@error('icon')
{{ $message }}
@enderror
FontAwesome icon class (e.g., fas fa-cube)
@error('business_id')
{{ $message }}
@enderror
Choose whether this data type is global or business-specific
Menu Configuration
When enabled, this data type will appear in the navigation menu
@error('menu_order')
{{ $message }}
@enderror
Lower numbers appear first in the menu
Advanced Settings
Automatic Configuration: Database table name and permission prefix will be automatically generated based on the name/slug. You can configure fields and sections after creating the data type.
Cancel
@endsection @push('scripts') @endpush