Changeset e3af09e for resources/views/dashboard/index.blade.php
- Timestamp:
- 11/05/21 10:49:11 (3 years ago)
- Branches:
- master
- Children:
- 90ab388
- Parents:
- 28bab7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/index.blade.php
r28bab7b re3af09e 133 133 @if(in_array(explode('.', $file->name)[1], $excelExt)) 134 134 <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2"> 135 <i class="fa fa-file-excel-o text-success fa-2x"></i>135 <i class="fa fa-file-excel-o text-success"></i> 136 136 </div> 137 137 @else @if(in_array(explode('.', $file->name)[1], $textExt)) 138 138 <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2"> 139 <i class="fa fa-file-word-o text-info fa-2x"></i>139 <i class="fa fa-file-word-o text-info"></i> 140 140 </div> 141 141 @else @if(explode('.', $file->name)[1] == 'pdf') 142 142 <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2"> 143 <i class="fa fa-file-pdf-o text-danger fa-2x"></i>143 <i class="fa fa-file-pdf-o text-danger"></i> 144 144 </div> 145 145 @else @if(in_array(explode('.', $file->name)[1], $imageExt))
Note:
See TracChangeset
for help on using the changeset viewer.