fa-icons ready
This commit is contained in:
@@ -36,9 +36,18 @@
|
||||
<td class="p-2 border border-gray-200">{{ $project->description }}</td>
|
||||
<td class="p-2 border border-gray-200">{{ $project->mmc_path }}</td>
|
||||
<td class="p-2 border border-gray-200">
|
||||
<!-- <div class="btn-group btn-group-sm float-right" role="group" aria-label="Basic example"> -->
|
||||
<a href='#' class="btn btn-secondary"><i class="fa fa-pencil"></i></a>
|
||||
<!-- </div> -->
|
||||
<div class="text-center">
|
||||
<!-- Regular -->
|
||||
<a href="{{ route('projects.show',$project->id) }}">
|
||||
<i class="fa fa-eye text-green-500 px-2 text-lg"></i>
|
||||
</a>
|
||||
<a href="{{ route('projects.edit',$project->id) }}">
|
||||
<i class="fa fa-edit text-blue-500 px-2 text-lg"></i>
|
||||
</a>
|
||||
<a href="{{ route('projects.destroy',$project->id) }}">
|
||||
<i class="fa fa-trash text-red-500 px-2 text-lg"></i>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@empty
|
||||
|
||||
Reference in New Issue
Block a user