FIXING TANDA BETUL

This commit is contained in:
JokoPrasetio 2025-09-02 11:30:58 +07:00
parent d30f33c931
commit 8f30cf7d85
2 changed files with 8 additions and 1 deletions

7
public/logo/success.svg Normal file
View File

@ -0,0 +1,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 50 50" xml:space="preserve" width="800px" height="800px" fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
<g id="SVGRepo_iconCarrier"> <circle style="fill:#25AE88;" cx="25" cy="25" r="25"/> <polyline style="fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" points=" 38,15 22,33 12,25 "/> </g>
</svg>

After

Width:  |  Height:  |  Size: 758 B

View File

@ -4,7 +4,7 @@
<div class="container">
<div class="card shadow-lg p-4 mx-auto" style="max-width: 600px;">
<div class="mb-4">
<img src="{{ asset('gambar/success.svg') }}" alt="Success" style="width: 100px;">
<img src="/logo/success.svg" alt="Success" style="width: 100px;">
</div>
<h3 class="text-success mb-3">Pesanan Anda Berhasil!</h3>
<p class="lead">Terima kasih atas pesanan Anda. Kami akan segera menyiapkannya dan menghubungi Anda jika diperlukan.</p>