mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 11:15:09 -05:00
5 lines
173 B
PHP
5 lines
173 B
PHP
@php
|
|
$type = $attributes->has('type') ? $attributes->get('type') : 'date';
|
|
@endphp
|
|
|
|
<input type="{{ $type }}" {{ $attributes->merge(['class' => 'input-global-date']) }}> |