progress indicators, bug fixes, after a while

This commit is contained in:
Kwesi Banson
2023-12-13 12:13:47 +00:00
parent ea6d83e5d9
commit bc97f69748
1283 changed files with 1010757 additions and 7379 deletions

View File

@@ -28,4 +28,8 @@ class UtilityController extends Controller
$message->to($emails)->subject('New Notes');
});
}
public function maptest(){
return view('utility.map');
}
}