swati-clarion
swati-clarion
Hi Yajra, I have same issue. I am not using Laravel Eloquent query as it was not producing proper results. So, i added plain mysql query like: $qryRec = "SELECT...
Hi Yajra, As suggested , I updated query as below. Still it takes around 15-20 seconds to load page: ``` $reception = DB::table('tblreception')->select( 'tblreception.id','year','reception_number','instrument_type','book','page', 't1.grantor','t2.grantee' )->leftJoin( DB::raw(" (SELECT name_information AS...
Yes, I did something similar like above to sort this. This is the dropdown where i was using onChange code for calling ajax function. But since it was not working,...