mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 11:15:09 -05:00
5 lines
315 B
PHP
5 lines
315 B
PHP
<input type="file"
|
|
{{ $attributes->merge(['class' =>
|
|
"block w-full text-sm text-slate-500 file:mr-4 file:py-2.5 file:px-4 file:rounded-md file:border-0 file:border-gray-600 file:font-semibold file:cursor-pointer file:bg-gray-800/75 file:text-gray-300 hover:file:bg-gray-900 hover:file:text-white"
|
|
])}}
|
|
/>
|