Commit c683e06c by Arpit Jain

implemented mange country city state in admin section

parent aada9e84
......@@ -87,7 +87,7 @@ class SearchController extends Controller
$finalData = $final['data']['finalData'];
$links = $final['data']['links'];
$meta = $final['data']['meta'];
$getState = City::where('parent_id', '=', '1')->where('type', '=', '2')->get()->toarray();
$getState = City::where('type', '=', '2')->get()->toarray();
return view('frontend.searchs.index', compact('finalData','links','meta','getState'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment