File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 8
8
<div class =" flex
9
9
items-center justify-center gap-2 text-sm text-zinc-500 dark:text-zinc-400"
10
10
x-data =" { from: new Date(@js ($from )), to: new Date(@js ($to )) }" >
11
+
12
+ <x-filament::input .wrapper disabled >
13
+ <x-filament::input
14
+ type =" date"
15
+ wire:model =" date"
16
+ value =" {{ $to } }"
17
+ disabled
18
+ />
19
+ </x-filament::input .wrapper >
20
+ &mdash ;
11
21
<x-filament::input .wrapper :disabled =" $recentIncidentsOnly" >
12
22
<x-filament::input
13
23
type =" date"
20
30
:disabled =" $recentIncidentsOnly"
21
31
/>
22
32
</x-filament::input .wrapper >
23
- &mdash ;
24
- <x-filament::input .wrapper disabled >
25
- <x-filament::input
26
- type =" date"
27
- wire:model =" date"
28
- value =" {{ $to } }"
29
- disabled
30
- />
31
- </x-filament::input .wrapper >
32
33
</div >
33
34
</div >
34
35
You can’t perform that action at this time.
0 commit comments