add logo new
This commit is contained in:
parent
1da09e4f72
commit
32911e3248
@ -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
BIN
public/logo/qris.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 286 KiB |
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user