@php $inputName = $inputName ?? 'thumbnail_file'; $mediaUrlInputName = $mediaUrlInputName ?? 'thumbnail_media_url'; $inputId = $inputId ?? 'monaka-image-file'; $previewId = $previewId ?? $inputId.'-preview'; $pickBtnId = $inputId.'-pick-btn'; $mediaBtnId = $inputId.'-media-btn'; $removeCheckboxId = $removeCheckboxId ?? $inputId.'-remove'; $removeInputName = $removeInputName ?? 'thumbnail_remove'; $currentUrl = $currentUrl ?? null; $showRemove = $showRemove ?? false; $label = $label ?? '画像'; $layout = $layout ?? 'inline'; $previewWidth = (int) ($previewWidth ?? 120); $previewHeight = (int) ($previewHeight ?? 80); $isFeatured = $layout === 'featured'; $previewHint = $previewHint ?? ($isFeatured ? 'コース一覧のカードと同じ比率(16:9)・同じ切り抜き(中央)でプレビューします。' : null); @endphp
@if($label !== '') @endif @if($isFeatured && filled($previewHint))

{{ $previewHint }}

@else
@if($currentUrl) @else 未設定 @endif
@endif

クリックまたはドラッグ&ドロップ

png / jpg / gif / webp、5MB以下

@error($inputName)
{{ $message }}
@enderror @if($showRemove && $currentUrl)
@endif @if($isFeatured)
@else
@endif
@include('partials._bundle_course_thumbnail_styles') @once @push('scripts') @endpush @endonce