@props([ 'type' => 'single', 'name' => 'date', 'placeholder' => 'Pilih tanggal', 'min' => null, 'max' => null, 'disablePast' => false, ]) @php $isRange = $type === 'range'; @endphp
{{-- HIDDEN --}} @if($isRange) @else @endif
{{-- MONTH 1 --}}
{{-- MONTH 2 --}} @if($isRange)
@endif