skip to Main Content

Indirect modification of overloaded element of AppModels has no effect – Laravel

I’m getting this error: Indirect modification of overloaded element of AppModels has no effect, change ->get(); to ->first->toArray(); another error Call to a member function toArray() on null here the code $penjualan = Penjualan::find(session('id_penjualan')); $detail = PenjualanDetail::with('produk')->where('id_penjualan', session('id_penjualan'))->get(); $transaction =…

VIEW QUESTION

anchor do nothing after second index – Jquery

I have a django-qcm with sections that change when clicking on anchors and using the scroll snap type property. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <style> html{ scroll-behavior: smooth;…

VIEW QUESTION
Back To Top
Search