made the create button nice
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
<td>{{ $purchasing->seller }}</td>
|
||||
@can('admin-only')
|
||||
<td>
|
||||
<button><a href="{{ $device->device_id }}/purchasing/edit">Edit</a></button>
|
||||
<a class="button is-small is-outlined is-info is-light" href="{{ $device->device_id }}/purchasing/edit">
|
||||
<span class="icon is-small">
|
||||
<i class="fa-solid fa-pen-to-square"></i>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
@endcan
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user