@extends('admin.layouts.app')
@section('title', 'Create Menu Item')
@section('content')
Icon Guidelines:
- Use Bootstrap Icons classes (e.g.,
bi bi-house)
- Visit Bootstrap Icons for available icons
Route vs URL:
- Route: Use for internal Laravel routes
- URL: Use for external links or custom URLs
Sort Order:
- Lower numbers appear first
- Use increments of 10 for easy reordering
@push('scripts')
@endpush
@endsection