diff --git a/resources/views/admin/settings/features.blade.php b/resources/views/admin/settings/features.blade.php new file mode 100644 index 00000000..e393b090 --- /dev/null +++ b/resources/views/admin/settings/features.blade.php @@ -0,0 +1,14 @@ +@extends('admin.partial.template') + +@include('admin.settings.sidebar') + +@section('section') +
Enable or disable core features
++ Feature Unavailable: This feature will be released in v0.9.0. +
+@endsection \ No newline at end of file