@php $inputName = $inputName ?? 'attachment_file'; $mediaUrlInputName = $mediaUrlInputName ?? 'attachment_media_url'; $inputId = $inputId ?? 'lesson-attachment-file'; $previewId = $previewId ?? $inputId.'-preview'; $pickBtnId = $inputId.'-pick-btn'; $removeCheckboxId = $removeCheckboxId ?? $inputId.'-remove'; $removeInputName = $removeInputName ?? 'attachment_remove'; $currentUrl = $currentUrl ?? null; $showRemove = $showRemove ?? false; $label = $label ?? '資料ファイル'; @endphp
@if($label !== '') @endif
@if($currentUrl) 設定済み @else 未設定 @endif

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

pdf / zip / 画像 / Office、20MB以下

@error($inputName)
{{ $message }}
@enderror @if($showRemove && $currentUrl)

現在のファイルを開く

@endif