features.blade.php 378 B

1234567891011121314
  1. @extends('admin.partial.template')
  2. @include('admin.settings.sidebar')
  3. @section('section')
  4. <div class="title">
  5. <h3 class="font-weight-bold">Features</h3>
  6. <p class="lead">Enable or disable core features</p>
  7. </div>
  8. <hr>
  9. <p class="alert alert-warning">
  10. <strong>Feature Unavailable:</strong> This feature will be released in a future version.
  11. </p>
  12. @endsection