phoneCode

This commit is contained in:
sayaliparab
2025-04-08 15:30:40 +05:30
parent 40e33760b4
commit fd731885a9

View File

@@ -11,7 +11,7 @@ class LocationController extends Controller
public function getCountries()
{
$countries = Country::select('id', 'name')->get();
$countries = Country::select('id', 'name','phonecode')->get();
return response()->json([
'data' => $countries