Try this. DB::table('invoice')->whereNotIn('id', DB::table('payment')->lists('invoice_id'))-&g...
I got that code block from your first post on the thread, but I see you don't have anything wrong wi...
Well, you can't use two returns in a single code block, and I see you are missing a semi-colon. if($...
try this return View::make('result', array('this' => $data));
The Laravel portal for problem solving, knowledge sharing and community building.