update marketing
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 5m14s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Build, Push and Deploy / deploy-staging (push) Successful in 41s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-14 11:55:22 +07:00
parent f80fcc4c1b
commit 05fd3230b8
448 changed files with 17545 additions and 5128 deletions

View File

@@ -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