Files
think-greaterchiangmai/think-backend.greaterchiangmai.com/resources/views/uc/messageFail.blade.php
2025-11-11 14:55:29 +07:00

24 lines
966 B
PHP

<br />
<div class="notice d-flex bg-light-danger rounded border-danger border border-dashed mb-9 p-6">
<span class="svg-icon svg-icon-2tx svg-icon-danger me-4">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="10"
fill="currentColor" />
<rect x="11" y="14" width="7" height="2" rx="1"
transform="rotate(-90 11 14)" fill="currentColor" />
<rect x="11" y="17" width="2" height="2" rx="1"
transform="rotate(-90 11 17)" fill="currentColor" />
</svg>
</span>
<div class="d-flex flex-stack flex-grow-1">
<div class="fw-semibold">
<h4 class="text-gray-900 fw-bold">Warning</h4>
<div class="fs-6 text-gray-700">
{{ Session::get('messageDetail') }}
</div>
</div>
</div>
</div>
<br />