Compare commits
No commits in common. "04e27d055c158187d32bbdb975480f5a89f6165a" and "9b589ac8a28b68eebacba88ba2d808438043faf3" have entirely different histories.
04e27d055c
...
9b589ac8a2
@ -121,7 +121,7 @@ class PesananController extends Controller
|
||||
}
|
||||
$order->update($payload);
|
||||
|
||||
if($order->email && $order->status_order === "Lunas"){
|
||||
if($order->email){
|
||||
try {
|
||||
//code...
|
||||
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="row justify-content-center text-center">
|
||||
<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"
|
||||
style="max-width: 500px; height: auto;">
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user