Commit 64854da 1 parent c091dd4 commit 64854da Copy full SHA for 64854da
File tree 1 file changed +4
-4
lines changed
resources/views/frontend/pages
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
</div >
22
22
</div >
23
23
<div class =" col-md-6" >
24
- <div >
24
+ <div class = " flex items-center gap-2 mt-3 " >
25
25
<label for =" branch-thana" >District: </label >
26
- <select class =" hx-include" hx-include =" .hx-include"
26
+ <select class =" grow hx-include" hx-include =" .hx-include"
27
27
hx-get =" {{ route (' office' ) } }" hx-select =" #hx-filter-target"
28
28
hx-target =" #hx-filter-target" hx-swap =" outerHTML" label =" Select District"
29
29
id =" branch-district" name =" district" placeholder =" Select District..." >
35
35
</div >
36
36
</div >
37
37
<div class =" col-md-6" >
38
- <div class =" mb-2" id =" thanas" hx-swap-oob =" true" >
38
+ <div class =" mb-2 flex items-center gap-2 mt-3 " id =" thanas" hx-swap-oob =" true" >
39
39
<label for =" branch-thana" >Thana: </label >
40
- <select class =" hx-include" hx-include =" .hx-include"
40
+ <select class =" grow hx-include" hx-include =" .hx-include"
41
41
hx-get ={{ route (' office' ) } } hx-select =" #hx-filter-target"
42
42
hx-target =" #hx-filter-target" hx-swap =" outerHTML" id =" branch-thana" name =" thana"
43
43
placeholder =" Select Thana..." >
You can’t perform that action at this time.
0 commit comments