Hi, when add new store, i found very difficult as some of store is quite rural area, so how to modified to implement autocomplete when search in this area?
ed
@danoki hehe
thanks
surya90 I see 3 options to this
You can move the red marker on the map to be more precise (if you don't know)
Go to resources/views/admin/editRestaurant.blade.php and delete readonly="readonly" (x2)
readonly="readonly"
Now go to a site like https://www.mapcoordinates.net/en and get the latitude and longitude coordinates and paste them on your dashboard
danoki thanks mate, will try