ショートカット管理

{{ $shortcutCount }}/{{ $maxShortcuts }} 件登録中

@if($errorMessage)

{{ $errorMessage }}

@endif @if($successMessage)

{{ $successMessage }}

@endif
@if($this->isEmpty)

ショートカットがありません

ページの★ボタンをクリックしてショートカットを追加してください。

@else
@foreach($shortcuts as $shortcut)
@if($editingId === $shortcut->id)
{{ mb_strlen($editingName) }}/50文字
@else
{{ $shortcut->name }}
{{ $shortcut->url }}
@endif
@if($editingId === $shortcut->id) @else @endif
@if($editingId === $shortcut->id)
@foreach($availableIcons as $icon) @endforeach
@endif @endforeach
@endif
ドラッグ&ドロップで順序を変更できます