Browse Source

Update admin pages setting view

Daniel Supernault 6 years ago
parent
commit
2083355193
1 changed files with 5 additions and 3 deletions
  1. 5 3
      resources/views/admin/pages/home.blade.php

+ 5 - 3
resources/views/admin/pages/home.blade.php

@@ -8,8 +8,10 @@
     <p class="lead">Set custom page content</p>
     <p class="lead">Set custom page content</p>
   </div>
   </div>
   <hr>
   <hr>
-  
-  <div class="table-responsive">
+  <p class="alert alert-warning">
+    <strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
+  </p>
+  {{--< div class="table-responsive">
     <table class="table">
     <table class="table">
       <thead class="bg-light">
       <thead class="bg-light">
         <tr class="text-center">
         <tr class="text-center">
@@ -43,5 +45,5 @@
   </div>
   </div>
   <div class="d-flex justify-content-center mt-5 small">
   <div class="d-flex justify-content-center mt-5 small">
     {{$pages->links()}}
     {{$pages->links()}}
-  </div>
+  </div> --}}
 @endsection
 @endsection