@props([ 'name', 'label', 'current' => null, // nilai mentah kolom (URL atau path) untuk input URL 'preview' => null, // URL ter-resolve untuk pratinjau (accessor model) 'accept' => 'image/*', 'isPdf' => false, 'help' => null, ]) {{-- Field media hybrid: upload file ATAU tempel URL. File menang bila keduanya diisi. --}}
{{ $help ?? 'Upload file (maks '.($isPdf ? '20MB PDF' : '2MB gambar').') atau tempel URL. Jika upload, file diutamakan.' }}