progress indicators, bug fixes, after a while

This commit is contained in:
Kwesi Banson
2023-12-13 12:13:47 +00:00
parent ea6d83e5d9
commit bc97f69748
1283 changed files with 1010757 additions and 7379 deletions

View File

@@ -14,7 +14,7 @@
<div class="title_left">
<ol class="breadcrumb">
<li><a href="{!! url('dashboard') !!}">Dashboard</a></li>
<li class="active">General Documents</li>
<li class="active"> <?php echo ucfirst($category) ?? "General Documents"; ?> </li>
</ol>
</div>
</div>
@@ -50,7 +50,7 @@
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h2> General Documents </h2>
<h2> <?php echo ucfirst($category) ?? "General Documents"; ?> </h2>
<div class="pull-right">
<a class="btn btn-primary btn-sm" href="{!! url('generaldocuments/create') !!}"><i class="fa fa-plus-circle"></i> Upload New Documents</a>
</div>