Changeset 24a616f for app/Http/Controllers/Dashboard/IndexController.php
- Timestamp:
- 10/13/21 15:44:57 (3 years ago)
- Branches:
- develop, master
- Children:
- 120759b
- Parents:
- 194a359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Dashboard/IndexController.php
r194a359 r24a616f 15 15 ); 16 16 17 Alert::flash("test");18 19 17 return view("dashboard.index")->with([ 20 18 "counters" => $counters,
Note:
See TracChangeset
for help on using the changeset viewer.