added id attribute to elements
This commit is contained in:
		| @@ -21,7 +21,7 @@ | ||||
|         x-bind:class="create == 1 ? 'h-auto ' : 'scale-y-0 h-0'" | ||||
|     > | ||||
|         <div class="flex my-3 space-x-2 rtl:space-x-reverse"> | ||||
|             <a href="{{ route('transfers.edit', $transfer->id) }}" class="px-3 py-1.5 mb-3 sm:mb-0 bg-gray-100 hover:bg-gray-200 rounded-xl text-purple text-xs font-bold leading-6"> | ||||
|             <a href="{{ route('transfers.edit', $transfer->id) }}" id="show-slider-actions-edit-transfer" class="px-3 py-1.5 mb-3 sm:mb-0 bg-gray-100 hover:bg-gray-200 rounded-xl text-purple text-xs font-bold leading-6"> | ||||
|                 {{ trans('general.edit') }} | ||||
|             </a> | ||||
|         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user