th and td classnames edited for bulkaction
This commit is contained in:
		@@ -46,7 +46,7 @@
 | 
			
		||||
                <x-table>
 | 
			
		||||
                    <x-table.thead>
 | 
			
		||||
                        <x-table.tr>
 | 
			
		||||
                            <x-table.th class="ltr:pr-6 rtl:pl-6 hidden sm:table-cell" hidden-mobile override="class">
 | 
			
		||||
                            <x-table.th kind="bulkaction">
 | 
			
		||||
                                <x-index.bulkaction.all />
 | 
			
		||||
                            </x-table.th>
 | 
			
		||||
 | 
			
		||||
@@ -99,7 +99,7 @@
 | 
			
		||||
                            @endphp
 | 
			
		||||
 | 
			
		||||
                            <x-table.tr href="{{ route('transfers.show', $item->id) }}">
 | 
			
		||||
                                <x-table.td class="ltr:pr-6 rtl:pl-6 hidden sm:table-cell" hidden-mobile override="class">
 | 
			
		||||
                                <x-table.td kind="bulkaction">
 | 
			
		||||
                                    <x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->expense_transaction->account->name }}" />
 | 
			
		||||
                                </x-table.td>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user