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

Edit 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.

Danger Zone

Once you delete a navigation item, it cannot be recovered. Please be certain.

@push('scripts') @endpush @endsection