Skip to content

Commit

Permalink
Removed code part that does not use bulk action
Browse files Browse the repository at this point in the history
  • Loading branch information
EnesSacid-Buker committed Feb 22, 2023
1 parent c4ce8fc commit 3abf875
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -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') }}" />
Expand Down Expand Up @@ -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 }}" />
Expand Down

0 comments on commit 3abf875

Please sign in to comment.