feat: integrate dynamic geofence fetching, service area spatial boundaries, partner store profiles & editing with Leaflet maps, custom store portal icons, QR distribution charts with geographic/LGU filters, and optimize admin dashboards (Super Admin: Azure)
This commit is contained in:
@@ -25,4 +25,14 @@ class StoreDashboardController extends Controller
|
||||
{
|
||||
return view('store.financials');
|
||||
}
|
||||
|
||||
public function qrPurchases()
|
||||
{
|
||||
return view('store.qr-purchases');
|
||||
}
|
||||
|
||||
public function profile()
|
||||
{
|
||||
return view('store.profile');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user