File manager - Edit - /home/autoph/public_html/projects/document_tracking/resources/views/auth/dashboard.blade.php
Back
@extends('layouts.layouts') @include('layouts.header') @section('content') <nav style="margin-top: 1rem;"> <div class="nav nav-tabs" id="nav-tab" role="tablist"> <a class="nav-item nav-link active" id="nav-home-tab" data-toggle="tab" href="#nav-home" role="tab" aria-controls="nav-home" aria-selected="true">Pending</a> <a class="nav-item nav-link" id="nav-profile-tab" data-toggle="tab" href="#nav-profile" role="tab" aria-controls="nav-profile" aria-selected="false">Closed</a> </div> <select name="filter_messages" id="filter_messages"> <option value='0'>Filter Messages</option> <option value="1">Pending</option> <option value="2">Closed</option> </select> </nav> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab"> <table class="table table-striped"> <tr> <th scope="col">Control Number</th> <th scope="col">Document Title</th> <th scope="col">Short Description</th> <th scope="col">Long Description</th> <th scope="col">Due Date</th> <th scope="col">Creation Date</th> <th scope="col">Status</th> <th scope="col">Action</th> </tr> <tbody id="docshow"> </tbody> </table> <div id="progress_display" name="progress_display" style="display: none"> <div class="progress" > <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 99%"></div> </div> </div> </div> <div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab"> <table class="table table-striped"> <tr> {{-- <th scope="col">ID</th> --}} <th scope="col">Control Number</th> <th scope="col">Document Title</th> <th scope="col">Short Description</th> <th scope="col">Long Description</th> <th scope="col">Due Date</th> <th scope="col">Creation Date</th> <th scope="col">Status</th> <th scope="col">Action</th> </tr> <tbody id="docshowcompleted"> </tbody> </table> <div id="progress_display" name="progress_display" style="display: none"> <div class="progress" > <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 99%"></div> </div> </div> </div> <div class="tab-pane fade" id="nav-contact" role="tabpanel" aria-labelledby="nav-contact-tab"> </div> </div> <script src="{{asset('js/dashboard.js')}}"></script> {{-- <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> --}} <link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script> <script src="{{asset('js/auth.js')}}"></script> @include('auth.details') @include('auth.recipient') @endsection
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings