@extends('admin::layouts.admin') @section('title', 'Create Navigation Item') @section('content')

Create Navigation Item

Back to List
@if($errors->any()) @endif
@error('menu_type_id')

{{ $message }}

@enderror

Select the type of menu this item belongs to.

The display name of the navigation item.

@error('route')

{{ $message }}

@enderror

Select the route that this navigation item should link to.

@error('icon')

{{ $message }}

@enderror

Select an icon for this navigation item

Available Icons:

@foreach(\App\Helpers\IconHelper::getCommonIcons() as $previewIcon)
{{ $previewIcon['name'] }}
@endforeach

Determines the display order of the navigation item (0 = first).

@error('parent_id')

{{ $message }}

@enderror

Optional parent item for creating nested navigation.

@error('is_active')

{{ $message }}

@enderror

Whether this navigation item should be visible in the menu.

Cancel
@endsection @push('scripts') @endpush