fix another more query
This commit is contained in:
@@ -16,7 +16,7 @@ class RegionController extends Controller
|
||||
session()->put('redirect_url', route('admin.region.index'));
|
||||
|
||||
return view('backend.pages.master.region.index', [
|
||||
'region' => Region::all()
|
||||
'region' => Region::with('head')->get()
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user