Files
kulakpos_web/Modules/MarketingAddon/resources/views/message-logs/view.blade.php
eko54r 05fd3230b8
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
update marketing
2026-05-14 11:55:22 +07:00

45 lines
2.7 KiB
PHP

<div class="modal fade p-0" id="msg-log-view-modal">
<div class="modal-dialog modal-dialog-centered modal-md">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5">{{ __('View Details') }}</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body order-form-section">
<table class="info-table">
<tbody>
<tr>
<td class="fw-bold" id="title"></td>
</tr>
<tr>
<td class="text-muted" id="message"></td>
</tr>
<tr>
<td>
<svg class="me-1" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 1.33203V3.33203M4 1.33203V3.33203" stroke="#3F3F46" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.0003 2.33203H3.00033C2.26395 2.33203 1.66699 2.92898 1.66699 3.66536V13.332C1.66699 14.0684 2.26395 14.6654 3.00033 14.6654H13.0003C13.7367 14.6654 14.3337 14.0684 14.3337 13.332V3.66536C14.3337 2.92898 13.7367 2.33203 13.0003 2.33203Z" stroke="#3F3F46" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.66699 5.66797H14.3337" stroke="#3F3F46" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.99667 8.66797H8.00267M7.99667 11.3346H8.00267M10.6603 8.66797H10.6663M5.33301 8.66797H5.33899M5.33301 11.3346H5.33899" stroke="#3F3F46" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
</svg>{{ __('Date') }}:
<span class="text-muted" id="date"></span>
</td>
</tr>
<tr>
<td class="border-0 w-50 viewmodal-type">
{{ __('Type') }}:
<span class="text-muted" id="type"></span>
</td>
<td class="border-0 w-50 text-end viewmodal-type">
{{ __('Message To') }}:
<span class="text-muted" id="message_to"></span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>