Changeset 0208bbd for resources/views/dashboard/departments
- Timestamp:
- 10/24/21 13:12:30 (3 years ago)
- Branches:
- develop, master
- Children:
- 8c71900
- Parents:
- 5e56e8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/departments/index.blade.php
r5e56e8a r0208bbd 21 21 <div class="dropdown"> 22 22 <a href="javascript:void(0)" data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white"> 23 Add department23 <i class="fa fa-plus pr-1"></i> New 24 24 </a> 25 25 <a href="{{ route("dashboard.departments.downloadAll") }}" class="btn btn-danger text-white"> 26 <i class="fa fa-download pr-1"></i> Download files26 <i class="fa fa-download pr-1"></i> Download 27 27 </a> 28 <a href="{{ route('dashboard.departments.export') }}" class="btn btn-success text-white">Export table</a> 28 <a href="{{ route('dashboard.departments.export') }}" class="btn btn-success text-white"> 29 <i class="fa fa-table pr-1"></i> Export</a> 29 30 </div> 30 31 </div>
Note:
See TracChangeset
for help on using the changeset viewer.