change and fix form request for rahdaran
This commit is contained in:
@@ -67,7 +67,7 @@ class HomeContentController extends Controller
|
||||
$cities = \App\Models\City::query()
|
||||
->where('province_id', $id)
|
||||
->where('type_id', 1)
|
||||
->get(['id', 'name_fa', 'province_id','center_lat','center_lng']);
|
||||
->get(['id', 'name_fa', 'province_id','center_lat','center_long']);
|
||||
// $cities = \App\Models\City::where('province_id', $id)->get();
|
||||
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user