@if(auth()->check()) @if($canAdd && !$isRegistered) @elseif($isRegistered) @endif {{-- 登録対象外のページでは何も表示しない --}} @if(!empty($errorMessage) && config('app.debug'))
{{ $errorMessage }}
@endif @if(false) {{-- 現在は無効化 --}}

ショートカットをカスタマイズ

{{ mb_strlen($shortcutName) }}/50文字
@foreach($availableIcons as $icon) @endforeach
@endif @endif