Changeset aab55f4 for resources/views/dashboard/users/index.blade.php
- Timestamp:
- 10/26/21 22:58:47 (3 years ago)
- Branches:
- develop, master
- Children:
- 68b1a22
- Parents:
- cbb901a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/users/index.blade.php
rcbb901a raab55f4 23 23 @if(auth()->user()->hasPermission('manage_all_users')) 24 24 <a href="javascript:void(0)" data-toggle="modal" data-target="#createModal" class="btn btn-primary text-white"> 25 <i class="fa fa-plus pr-1"></i>New25 New 26 26 </a> 27 27 @endif 28 28 @if(auth()->user()->hasPermission('export_data')) 29 29 <a href="{{ route('dashboard.users.export') }}" class="btn btn-success text-white"> 30 <i class="fa fa-table pr-1"></i>Export30 Export 31 31 </a> 32 32 @endif
Note:
See TracChangeset
for help on using the changeset viewer.