How do I fetch the row from DB::select()?
18:43 22 Mar 2015
fetch_assoc();
echo $row["Amount"];
                            

Here is my code it is giving me an error:

Call to a member function fetch_assoc() on a non-object.

I am using Laravel 5

php laravel