You can see SQL Query of your DB table on Laravel App, by Event listener.
Event::listen('illuminate.query', function($query){ var_dump($query); });