Skip to content

Commit

Permalink
remove locations from components
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ committed Jul 14, 2024
1 parent 445dcaf commit 233e5fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<a href="{{ route('admin.component.items.edit', $row) }}" class="btn btn-info btn-xs"><i class="fa fa-pencil"
title="Edit"></i>
</a>
<a href="{{ route('admin.component.items.edit.location', $row) }}" class="btn btn-warning btn-xs"><i
class="fa fa-map-marker" title="Edit Location"></i></a>
<!-- <a href="{{ route('admin.component.items.edit.location', $row) }}" class="btn btn-warning btn-xs"><i
class="fa fa-map-marker" title="Edit Location"></i></a>-->
<a href="{{ route('admin.component.items.delete', $row) }}" class="btn btn-danger btn-xs"><i
class="fa fa-trash" title="Delete"></i>
</a>
Expand Down

0 comments on commit 233e5fd

Please sign in to comment.