@@ -151,12 +151,14 @@ class="text-muted fs-6">(selected)</span></h5>
151
151
class =" text-danger" >*</span ></label >
152
152
<select class =" hx-include !w-full"
153
153
hx-get =" {{ $expertProfile ?? false ? route (' consultation.make' , [' expertProfile' => $expertProfile ]) : route (' appointment.make' ) } }"
154
+ hx-vals =" {'dist_only': 'true'}"
154
155
hx-select =" #hx-filter-target" hx-include =" .hx-include"
155
156
hx-target =" #hx-filter-target" hx-swap =" outerHTML"
156
157
label =" Select District" id =" branch-district"
157
158
name =" branch-district" required
158
159
placeholder =" Select District..." >
159
- <option selected disabled value =" " >Select a district</option >
160
+ <option selected disabled value =" " >Select a district
161
+ </option >
160
162
@foreach ($branchDistricts as $district )
161
163
<option value =" {{ $district } }"
162
164
@selected (trim ($district ) == ' Chattogram' )>{{ trim ($district ) } }
@@ -175,7 +177,8 @@ class="text-danger">*</span></label>
175
177
hx-target =" #hx-filter-target" hx-swap =" outerHTML"
176
178
id =" branch-thana" name =" branch-thana" required
177
179
placeholder =" Select Thana..." >
178
- <option selected disabled value =" " >Select a thana</option >
180
+ <option selected disabled value =" " >Select a thana
181
+ </option >
179
182
@foreach ($branchThanas as $thana )
180
183
<option value =" {{ trim ($thana ) } }"
181
184
@selected (trim ($thana ) == request ()-> query (' branch-thana' ) )>{{ $thana } }
@@ -209,8 +212,9 @@ class="location-input"
209
212
id =" location-input-{{ $map -> id } }"
210
213
value =" {{ $map -> id } }" hidden >
211
214
</label >
212
- @empty
213
- <div class =" p-5 rounded bg-gray-200" >No branches found for selected location</div >
215
+ @empty
216
+ <div class =" p-5 rounded bg-gray-200" >No branches found for
217
+ selected location</div >
214
218
@endforelse
215
219
</div >
216
220
0 commit comments