Compare commits
No commits in common. "940d864387eadc3d2ae1e6d5040c967d8f175e8c" and "1da09e4f72cae5bcdf4ae025051fb21e8af5c2bf" have entirely different histories.
940d864387
...
1da09e4f72
@ -121,7 +121,7 @@ class PesananController extends Controller
|
|||||||
}
|
}
|
||||||
$order->update($payload);
|
$order->update($payload);
|
||||||
|
|
||||||
if($order->email && $order->status_order === "Lunas"){
|
if($order->email){
|
||||||
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));
|
||||||
|
|||||||
Binary file not shown.
|
Before 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="{{ public_path('logo/qris.jpg') }}" alt="Pembayaran"
|
<img src="/gambar/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