added terms pages and a footer

This commit is contained in:
2018-07-10 09:20:13 +02:00
parent aaf2a97627
commit 63e68ae0fe
17 changed files with 2906 additions and 36623 deletions
@@ -73,6 +73,10 @@ class BladeExtensionsProvider extends ServiceProvider
Blade::if('admin', function () {
return \Auth::user()->isAdmin();
});
Blade::if('set', function ($x) {
return config($x) != '';
});
}
/**