Commit 0f1d7f4 1 parent 64854da commit 0f1d7f4 Copy full SHA for 0f1d7f4
File tree 2 files changed +4
-0
lines changed
resources/views/frontend/pages
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ class="text-danger">*</span></label>
156
156
label =" Select District" id =" branch-district"
157
157
name =" branch-district" required
158
158
placeholder =" Select District..." >
159
+ <option selected disabled >Select a district</option >
159
160
@foreach ($branchDistricts as $district )
160
161
<option value =" {{ $district } }"
161
162
@selected (trim ($district ) == ' Chattogram' )>{{ trim ($district ) } }
@@ -174,6 +175,7 @@ class="text-danger">*</span></label>
174
175
hx-target =" #hx-filter-target" hx-swap =" outerHTML"
175
176
id =" branch-thana" name =" branch-thana" required
176
177
placeholder =" Select Thana..." >
178
+ <option selected disabled >Select a thana</option >
177
179
@foreach ($branchThanas as $thana )
178
180
<option value =" {{ trim ($thana ) } }"
179
181
@selected (trim ($thana ) == request ()-> query (' branch-thana' ) )>{{ $thana } }
Original file line number Diff line number Diff line change 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..." >
30
+ <option selected disabled >Select a district</option >
30
31
@foreach ($districts as $district )
31
32
<option value =" {{ $district } }" @selected (trim ($district ) == request ()-> query (' district' ) || trim ($district ) == ' Chattogram' )>
32
33
{{ trim ($district ) } } </option >
41
42
hx-get ={{ route (' office' ) } } hx-select =" #hx-filter-target"
42
43
hx-target =" #hx-filter-target" hx-swap =" outerHTML" id =" branch-thana" name =" thana"
43
44
placeholder =" Select Thana..." >
45
+ <option selected disabled >Select a thana</option >
44
46
@foreach ($thanas as $thana )
45
47
<option value =" {{ trim ($thana ) } }" @selected (trim ($thana ) == request ()-> query (' thana' ) || trim ($thana ) == ' Karnaphuli' )>
46
48
{{ $thana } } </option >
You can’t perform that action at this time.
0 commit comments