update marketing
All checks were successful
All checks were successful
This commit is contained in:
@@ -202,7 +202,8 @@ class="add-order-btn rounded-2"><i class="far fa-list me-1" aria-hidden="true"><
|
||||
<tr>
|
||||
<td class="text-start">{{ $loop->iteration }}</td>
|
||||
<td class="text-nowrap text-start">
|
||||
{{ ucfirst(str_replace('-', ' ', $module)) }}</td>
|
||||
{{ __(ucfirst(str_replace('-', ' ', $module))) }}
|
||||
</td>
|
||||
<td>
|
||||
<div class="d-flex">
|
||||
@foreach ($actions as $action)
|
||||
@@ -217,7 +218,7 @@ class="custom-control custom-checkbox mr-3 me-lg-5 d-flex align-items-center gap
|
||||
<input type="hidden" name="{{ $name }}" value="0">
|
||||
<input type="checkbox" name="{{ $name }}" value="1" class="custom-control-input delete-checkbox-item multi-delete" id="{{ $id }}">
|
||||
<label class="custom-control-label" for="{{ $id }}">
|
||||
{{ $action }}
|
||||
{{ __($action) }}
|
||||
</label>
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user