@props([ 'filter', 'label', 'col' => 'col-6 col-md-3', 'type' => 'select', // select | text | date | number 'options' => null, // associative [value => label] for selects 'placeholder' => null, ])
@if($type === 'select') @else @endif