add logo new

This commit is contained in:
JokoPrasetio 2025-09-02 10:19:05 +07:00
parent 1da09e4f72
commit 32911e3248
3 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ class PesananController extends Controller
} }
$order->update($payload); $order->update($payload);
if($order->email){ if($order->email && $order->status_order === "Lunas"){
try { try {
//code... //code...
Mail::to($order->email)->send(new NotifikasiKonfirmasiPembayaran($order->nama_pemesan, $order->no_order, $order->total_harga)); Mail::to($order->email)->send(new NotifikasiKonfirmasiPembayaran($order->nama_pemesan, $order->no_order, $order->total_harga));

BIN
public/logo/qris.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

View File

@ -4,7 +4,7 @@
<div class="card shadow-sm p-4"> <div class="card shadow-sm p-4">
<div class="row justify-content-center text-center"> <div class="row justify-content-center text-center">
<div class="col-12 col-sm-10 col-md-8 col-lg-6 mb-3"> <div class="col-12 col-sm-10 col-md-8 col-lg-6 mb-3">
<img src="/gambar/qris.jpg" alt="Pembayaran" <img src="/logo/qris.jpg" alt="Pembayaran"
class="img-fluid rounded shadow w-100" class="img-fluid rounded shadow w-100"
style="max-width: 500px; height: auto;"> style="max-width: 500px; height: auto;">
</div> </div>