Removed code part that does not use bulk action
This commit is contained in:
parent
c4ce8fcdf4
commit
3abf8758e9
@ -39,10 +39,6 @@
|
|||||||
<x-table>
|
<x-table>
|
||||||
<x-table.thead>
|
<x-table.thead>
|
||||||
<x-table.tr>
|
<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-table.th class="w-4/12 sm:w-3/12">
|
||||||
<x-slot name="first">
|
<x-slot name="first">
|
||||||
<x-sortablelink column="recurring.started_at" title="{{ trans('general.start_date') }}" />
|
<x-sortablelink column="recurring.started_at" title="{{ trans('general.start_date') }}" />
|
||||||
@ -83,10 +79,6 @@
|
|||||||
<x-table.tbody>
|
<x-table.tbody>
|
||||||
@foreach($transactions as $item)
|
@foreach($transactions as $item)
|
||||||
<x-table.tr href="{{ route('recurring-transactions.show', $item->id) }}">
|
<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-table.td class="w-4/12 sm:w-3/12">
|
||||||
<x-slot name="first">
|
<x-slot name="first">
|
||||||
<x-date date="{{ $item->recurring->started_at }}" />
|
<x-date date="{{ $item->recurring->started_at }}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user