Update admin pages setting view

This commit is contained in:
Daniel Supernault 2019-02-10 17:46:51 -07:00
parent f353d6280d
commit 2083355193
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 3 deletions

View File

@ -8,8 +8,10 @@
<p class="lead">Set custom page content</p>
</div>
<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">
<thead class="bg-light">
<tr class="text-center">
@ -43,5 +45,5 @@
</div>
<div class="d-flex justify-content-center mt-5 small">
{{$pages->links()}}
</div>
</div> --}}
@endsection