|
@@ -18,7 +18,7 @@
|
|
|
@endforeach
|
|
@endforeach
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="col-md-4">
|
|
|
|
|
|
|
+ <div class="col-md-3">
|
|
|
Causale
|
|
Causale
|
|
|
<select name="search_causal_id[]" class="form-select filterCausals me-2" multiple="multiple" wire:model="filterCausals">
|
|
<select name="search_causal_id[]" class="form-select filterCausals me-2" multiple="multiple" wire:model="filterCausals">
|
|
|
@foreach($causals as $causal)
|
|
@foreach($causals as $causal)
|
|
@@ -26,7 +26,7 @@
|
|
|
@endforeach
|
|
@endforeach
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="col-md-2">
|
|
|
|
|
|
|
+ <div class="col-md-3">
|
|
|
Periodo
|
|
Periodo
|
|
|
<select wire:model="selectedPeriod" class="form-select" @if($isFiltering) disabled @endif style="height: 43px!important;">
|
|
<select wire:model="selectedPeriod" class="form-select" @if($isFiltering) disabled @endif style="height: 43px!important;">
|
|
|
<option value="OGGI">Oggi</option>
|
|
<option value="OGGI">Oggi</option>
|