Removed code part that does not use bulk action

This commit is contained in:
EnesSacid-Buker 2023-02-22 12:08:06 +03:00
parent c4ce8fcdf4
commit 3abf8758e9
No known key found for this signature in database
GPG Key ID: 13B101B7922E1730

View File

@ -39,10 +39,6 @@
<x-table>
<x-table.thead>
<x-table.tr>
<x-table.th kind="bulkaction">
<x-index.bulkaction.all />
</x-table.th>
<x-table.th class="w-4/12 sm:w-3/12">
<x-slot name="first">
<x-sortablelink column="recurring.started_at" title="{{ trans('general.start_date') }}" />
@ -83,10 +79,6 @@
<x-table.tbody>
@foreach($transactions as $item)
<x-table.tr href="{{ route('recurring-transactions.show', $item->id) }}">
<x-table.td kind="bulkaction">
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->contact->name }}" />
</x-table.td>
<x-table.td class="w-4/12 sm:w-3/12">
<x-slot name="first">
<x-date date="{{ $item->recurring->started_at }}" />